我將YouTube上的視頻嵌入到我的網頁中我希望它在屏幕上無黑條地伸展100%。雖然我給它的寬度爲100%,但視頻邊上仍然有一些黑條。我怎樣才能擺脫它?禁用YouTube上的黑條嵌入iFrame
截圖: 片段:https://jsfiddle.net/o3rp6an9/1/
<div id="video">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/zWAiQJvwb8Q?autoplay=1&loop=1&controls=0&rel=0&showinfo=0&playlist=zWAiQJvwb8Q&modestbranding=1" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
</div>
#video {
height:100%;
width:100% !important;
background-size:100% 100%;
position:relative;
overflow:hidden;
}
有一個關於這一個問題,但它基本上沒有幫助我。
的可能的複製[無黑邊全屏響應YouTube視頻?](http://stackoverflow.com/questions/26617154/responsive-fullscreen-youtube-video-with-no -black-bars) – mehulmpt