Video width and height | XM Community
Skip to main content

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? 

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