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 trialCorwyn Wilkey
7,971 PointsWhat am I doing wrong here?
The challenge reads as...
"Using the unique ID defined within the fitvid script, add the appropriate code to the div that contains the embedded video so it scales with the fluid layout."
so in the code I replace the div class grid_6 omega with the unique ID defined in the javascript, **#featured-videoβ’β’ and i keep getting a "Bummer! null" after checking the code. Am I missing something?
1 Answer
Aidan O'Leary
12,313 PointsI think what you have to do is not replace the div class, but add id=featured-video. e.g <div class="grid_6 omega" id="featured-video">
Corwyn Wilkey
7,971 PointsCorwyn Wilkey
7,971 PointsAhhhhhh! Durp :-) I got it now. Thanks!