Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Hamaas447

1 Comments

Sorted by latest first Latest Oldest Best

 

@Looi9037786

Youtube uses a iframe that is sized to fit the video player. Theoretically, you could do the same with your own video content.

<iframe width="X" height="Y"
src="http://www.example.com/yourvideocontent"
frameborder="0"></iframe>


Where X is width and Y is height. You might have to play with it to get it to work they way you want it to work, but this is the basic idea.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme