Seeking help in resizing my video using fitvids to fill the parent area as much as possible. Check out my fiddle below:
http://jsfiddle.net/LkqTU/9513/
Code snippet:
$(".video-content").fitVids();
HTML structure:
<div class='liveExample'>
<div class='video-content'>
<iframe width="200" height="113" src="http://www.youtube.com/embed/r65FgUYdBOc?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
Any insights on why it's not functioning?