can anyone suggest me to adjust the dimensions of <video> element on HTML5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

can anyone suggest me to adjust the dimensions of <video> element on HTML5

the video file is spreading over the page too much <video controls autoplay align="center" height="20%" width="30%"> <source src="video.mp4" type="video/mp4" /> </video>

14th Feb 2020, 11:16 AM
Fazal Ashraf
Fazal Ashraf - avatar
3 Answers
+ 1
Can you link a code with it please?
14th Feb 2020, 11:35 AM
NightFox
NightFox - avatar
+ 1
Simply reduce the height and width of the video.
14th Feb 2020, 1:24 PM
NightFox
NightFox - avatar
0
i already did, but doesn't show any change
14th Feb 2020, 1:30 PM
Fazal Ashraf
Fazal Ashraf - avatar