我已将 Vimeo 中的视频嵌入到我的网站上,但即使我指定了正确的高度和宽度,它似乎也不适合网站框架
http://www.dawaf.co.uk/wildlion/
视频左右两侧出现黑色边框
<div class="panel-10" id="hero_carousel">
<ul class="hero-carousel">
<li>
<iframe src="http://player.vimeo.com/video/17157212?title=0&byline=0&portrait=0&color=c9ff23" width="672" height="312" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<div class="carousel-copy">
<p class="carousel-title">
2012 Showreel
</p>
<p class="carousel-subtitle">
Cutting Edge Media
</p>
<p>Here is some of our recent work to give you a taste of what we have to offer. Some naughty media production companies use stock footage in their showreel, but we promise that all of the media seen in ours is in fact ours.</p>
<p class="readmore"><a href="http://www.dawaf.co.uk/wildlion/portfolio">View Portfolio<span></a></p>
</div>
</li>
</ul>
</div>