Can we change the height and width of the video in Html5? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Can we change the height and width of the video in Html5?

<!DOCTYPE html. <html> <head> <title>The Video Element</title> <body> <video controls> <source src="C:\Users\Sriom\Downloads\video.mp4" type="video/mp4"> Video is not supported by your browser </video> </body> </html>

28th Mar 2020, 7:21 AM
Srivathsa Vollure
Srivathsa Vollure - avatar
0 ответов