Is it possible to resize an embedded .mov?

13,615

Yes, you need the scale attribute:

<embed src="sample.mov" width="200" height="240" scale="tofit">

There's a full reference for QuickTime video attributes here.

Share:
13,615
Johan
Author by

Johan

Updated on June 04, 2022

Comments

  • Johan
    Johan almost 2 years

    I embed .mov clips that sometimes are bigger than the place where I show it, so I want to resize the clip. Have tried with width and height but that only changes the area to display it; it does not resize the actual movie.

    Is it possible to resize the movie size? If yes, how?