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>
3 odpowiedzi
+ 1
Can you link a code with it please?
+ 1
Simply reduce the height and width of the video.
0
i already did, but doesn't show any change