+ 1
why when i use tag "<video>"and only the button that is not pressed is shown?
3 ответов
+ 6
Attach you code in description so that anyone helping you can see your errors and community members can help you.
+ 1
It's the default width of the video tag.
Just change the height and width of video like this-
<video src="video.webm" height="100px" width="150px"></video>
and use a valid source.
0
Ok D Shah