Video width and height | XM Community
Skip to main content
Question

Video width and height

  • 25 July 2024
  • 1 reply
  • 15 views

I would like all my videos to have the same height and width. I'm able to change some but others revert to their original sizes. What should I do? 

1 reply

Userlevel 7
Badge +35

Use html width height property with the html to embed the videos.

 

<video class="qmedia" controls="true" preload="auto" width="auto" height="500">
<source src="Paste Video Link here" type="video/mp4">
<embed align="middle" autoplay="false" bgcolor="white" class="qmedia" controller="true" pluginspage="http://www.apple.com/quicktime/download/" src="Paste Video Link here" width="auto" height="500" type="video/quicktime">
</video>

 

Leave a Reply