我正在使用一个非常简单的youtube嵌入iframe在内容块中显示youtubevideos。但是,如果块/ iframe的宽度小于513px。 youtube视频不会使用所有可用空间作为缩略图。我已经阅读了很多有关摆脱黑条的问题和答案。但找不到任何有此问题的人。
jsfiddle可用于调整和测试。 另外,我正在使用fitVids.js将iframe应用于块/可用宽度
http://jsfiddle.net/08bzL5qr/5/
<div class="block" style="width: 512px;">
<iframe src="//www.youtube.com/embed/c8W-auqg024?rel=0&modestbranding=0&showinfo=0" frameborder="0" solidratio="true" allowfullscreen=""></iframe>
<span>512px</span>
</div>
<div class="block" style="width:513px;">
<iframe src="//www.youtube.com/embed/c8W-auqg024?rel=0&modestbranding=0&showinfo=0" frameborder="0" solidratio="true" allowfullscreen=""></iframe>
<span>513px</span>
</div>