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

Video width and height

  • July 25, 2024
  • 1 reply
  • 72 views

Forum|alt.badge.img

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

ArunDubey
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+41
  • QPN Level 8 ●●●●●●●●
  • 589 replies
  • July 25, 2024

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