Over on this particular page, an embedded YouTube video takes up the left side of the screen while a carousel labeled "Similar Festivals" sits adjacent. The code snippet used to embed the YouTube video looks something like this:
This is how the YouTube section is structured in HTML:
<div class="span4 spacer youtube">
<div class="title clearfix">
<h2 class="pull-left">YouTube</h2>
</div>
<iframe width="1000" height="1000" src="http://www.youtube.com/embed/NI8rQEHoE24"></iframe>
</div>
The design of the webpage, utilizing a flexible Bootstrap grid system, ideally positions the video to be as tall as the accompanying carousel on the right-hand side. Unfortunately, it seems that the video is somehow extending beyond its designated container. Is there a way to realign the video with the carousel for a seamless display?
If needed, here's a snapshot to provide visual clarity on the issue at hand!