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

Post Image doesn't load before the video


Hello,

I contact you because the image i configured in the embed of jw7.3.6 doens't load before the video.
Here is my embed code:

<div id="myElement">Loading the player...</div>
<script type="text/javascript">
var playerInstance = jwplayer("myElement");
playerInstance.setup({
sources: [
{ file: "video.mp4", label: "480p" },
],
image: "images/bg_player.jpg",
width: "50%",
height:"auto",
aspectratio: "16:9",
autostart: true
});
</script>

Could you tell me what is wrong please.

Best regards

2 Community Answers

a

User  
0 rated :

autostart: true

Todd

JW Player Support Agent  
0 rated :

To elaborate on that response, when our player is set to autostart: ‘true’ we do not even request your poster image because we are loading your video right away. If you want your poster image to be visible, remove the autostart setting.

This question has received the maximum number of answers.