+ 2
how to remove borders from the sides of the vedio
2 Respostas
+ 4
An <iframe> with no borders:
<iframe src="/default.asp" width="200" height="200" frameborder="0">
</iframe>
+ 4
The <iframe> frameborder attribute is not supported in HTML5. Use CSS instead.
The frameborder attribute specifies whether or not to display a border around an <iframe>.