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?
↧