Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML Build a Responsive Website Advanced Techniques Flexible Videos with FitVid.js

Scott Becker
Scott Becker
20,349 Points

I can't resolve this test

I've tried it every which way, but at best get a "div ID correct" error or null code syntax error ... I've used exact duplicates of the video samples of code and nothing gets through error-free?

2 Answers

The exact code from the video won't work as this situation is a bit different.

You already have a div container for the iframe. It's the one that says: <div class="grid_6 omega>

So, all you have to do is add the id, like this:

<div class="grid_6 omega" id="featured-video">
Scott Becker
Scott Becker
20,349 Points

*/facepalm

That was it, thanks... I was supplanting the class, not appending the ID after it derp ... much obliged!