V
V
Valikhan Ilyasov2016-09-18 13:13:53
css
Valikhan Ilyasov, 2016-09-18 13:13:53

How can I make the video span the entire Iframe?

8d8d4912418b4f8fa7b80e6b367f45b5.PNG
How to make the player be right on the borders of the iframe (black background)?

<style>
*{margin:0;padding:0;}
iframe {border:0}
.iframebox {
    width: 500px;
    height: 500px;
}
</style>
<iframe class="iframebox" width="200" height="700" src="20151017_093554.mp4">
</iframe>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Ankhena, 2016-09-18
@einub

1. Where did you see the body being inside the head?
"iframe html head body video"
2. put it here

<iframe class="iframebox" width="200" height="700" src="20151017_093554.mp4">
width to height: width="500" height="500"
3. Now you set different widths in 3(!!!) places, why?
4. Why duplicate your own questions ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question