我正在尝试让 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>
知道为什么它不起作用吗?