我正在努力让fitvids调整我的视频大小以尽可能多地填充父区域。这是我的小提琴:
http://jsfiddle.net/LkqTU/9513/
代码:
$(".video-content").fitVids();
html:
<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>
知道为什么它不起作用吗?
答案 0 :(得分:1)
Any idea why it's not working?
你忘了在你的小提琴中包含jQuery(在Frameworks&amp; Extensions下)