why when i use tag "<video>"and only the button that is not pressed is shown? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

why when i use tag "<video>"and only the button that is not pressed is shown?

https://code.sololearn.com/WPlz6WDI4sMN/?ref=app

7th Apr 2022, 1:15 AM
Святослав Михайлов
Святослав Михайлов - avatar
3 Answers
+ 6
Attach you code in description so that anyone helping you can see your errors and community members can help you.
7th Apr 2022, 1:20 AM
D Shah 🎯⏳️
D Shah 🎯⏳️ - avatar
+ 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.
7th Apr 2022, 1:40 AM
Arnav Gumber
Arnav Gumber - avatar
0
Ok D Shah
7th Apr 2022, 1:24 AM
Святослав Михайлов
Святослав Михайлов - avatar