我正在尝试从iframe视频中移除黑条。请帮帮我。
Html代码:
<div class="tube_video">
<iframe class="video_custom" src="video url" allowfullscreen=""></iframe>
</div>
和css
.tube_video {
position: relative;
width: 100%;
}
.tube_video iframe {
width: 100%;
height: 288px;
display: block;
margin: 0px;
padding: 0px;
border: 0px none;
}
显示左侧和右侧的黑条在我的页面上看起来非常难看。请告诉我。