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

Preview image is always visible


I just embedded player into my angular app, so far it's rendered properly and when I press play it start playing, but preview image always remain visible and I can not see controls

I didn't do anything specific here are my options:

$scope.options = {
type: 'mp4',
image: $scope.video.main_thumb,
height: '100%',
width: '100%'
};

Any idea what might be a problem here?

1 Community Answers

Heidi

JW Player Support Agent  
0 rated :

Do you have a link where I could take a look at the problem? From what you have here it is hard to tell if this is causing the issue. It looks like you may be instantiating the player behind your thumbnail image, have you tried requesting that a different way?

This question has received the maximum number of answers.