2

我正在尝试让 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>

知道为什么它不起作用吗?

4

1 回答 1

1

Any idea why it's not working?

您只是忘记在 Fiddle 中包含 jQuery(在 Frameworks & Extensions 下)

http://jsfiddle.net/LkqTU/9531/

于 2013-06-04T21:11:22.430 回答