Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

HTML5 player ratio and dimension incorrects


Hi there,

Is someone facing this issue :

<video x-webkit-airplay="allow" src="http://player.vimeo.com/external/52685595.hd.mp4?s=2d9aab5e" style="width: 1280px; height: 720px; transform: scale(0.52, 0.53) translate(-601.923px, -324.528px);">
</video>

It happens when i use the HTML5 player with vimeo HD videos !!
it translate the video to those coordinates and scale it !
this happens with ipad and firefox

Thank you

4 Community Answers

MisterNeutron

User  
0 rated :

JW Player does not use the <video> tag as an embedding method, and it does not support the Vimeo player at all.

oueslatirafik

User  
0 rated :

Thx for the answer, but i'm embedding the video this way and i end up with what i posted earlier !!

<div id="myElement">Loading the player...</div>
<script>
jwplayer("myElement").setup({ file: ....,
image: ....,
width: "100%",
height: "100%",
primary: "flash",
});
</script>

MisterNeutron

User  
0 rated :

Please give us a link to your site.

Ethan Feldman

JW Player Support Agent  
0 rated :

Please provide a link.

This question has received the maximum number of answers.