when i am linking video how can i fix hight and width in video? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

when i am linking video how can i fix hight and width in video?

8th Jun 2016, 11:28 AM
saurabh patel
saurabh patel - avatar
3 Answers
+ 5
Just use the width and height attributes, like: <video controls width="500px" height="600px"> <source src="video.mp4" type="video/mp4"> Video is not supported </video>
8th Jun 2016, 11:56 AM
James Flanders
+ 1
thanks james
8th Jun 2016, 12:28 PM
saurabh patel
saurabh patel - avatar
+ 1
you can check out YouTube and look at the embed code for any video and you'll see how it works there too
12th Jun 2016, 6:56 AM
ZauzyDumpling
ZauzyDumpling - avatar