The YouTube player is the default video player in the Video Landing Page. If you want to use a Vimeo video player, you can also do so by adding 1 more step:
1) Get the Vimeo Embed Code
The Vimeo code will look something like this:
b) We don’t need the entire code, just the first section that is highlighted above.
c) Here we also need to check if the size of the video is correct
In the width and height area, you should see 500 for width and 281 for height. If this is not the number you have, you need to change it to 500 width and 281 height in order to fit into the Video Landing Page.
2) Edit Video.html
<iframe width=”498″ height=”280″ src=”http://www.youtube.com/embed/EiRE9PuJsDs?wmode=transparent” frameborder=”0″ allowfullscreen></iframe>
Here we will replace the entire YouTube <iframe> code highlighted above with the new Vimeo code we just prepared.
This is how it will look like when the Vimeo code is pasted in:
<iframe src=”http://player.vimeo.com/video/49173058?title=0&byline=0&portrait=0&color=9c1e1e” width=”500″ height=”281″ frameborder=”0″ webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
3) Save & Publish