[Feedback] Finished my tribute page!

Saw everybody posting theirs up here, so I figured I might as well join in. :slight_smile:

Finished up my tribute page last night. Note quite happy with the design of it, but hey, just starting out, right?

All and any feedback is more than welcome!

1 Like

Wow this is good :thumbsup:
Are you sure you’re just starting out? :smiley:

I suggest you nest the <iframe> in this:

<div class="embed-responsive embed-responsive-16by9">
</div>

then replace the <iframe>'s class to embed-responsive-item. You can then remove the width, height, and frameborder attributes.

http://getbootstrap.com/components/#responsive-embed

Thanks! I just copied the iframe snippet from youtube, hadn’t given much thought to responsiveness. I’ll add the divs. :slight_smile: