
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