+ 1
How to increase the size of the frame in my code?
I want to increase the size of my video frame but i can't. So please tell the right code. https://code.sololearn.com/WF6aYtSrK7Z0/?ref=app https://code.sololearn.com/WF6aYtSrK7Z0/?ref=app
7 Respuestas
+ 3
#tr {
width: 100%;
height: auto;
}
+ 2
Calviղ thanks and it looks more good with
width="100%" height="100%"
+ 1
By adding width and heght like this
<iframe id="tr" width="100px" height="100px" ....
+ 1
Thanks Dragonxiv it works for me
+ 1
100% width and height would not make the correct aspect ratio.
+ 1
Calviղ ok i have saved it with height="50%" which lools better. Please at it once more
+ 1
Calviղ ok i have saved it with height="50%" which looks better. Please look at it once more