I can't get the preview/poster image to show. I know there are several reports but they seem unrelated.

For some reason the mediaplayer_preview div gets hidden, obviously via javascript. I can watch the dom in firebug. At first the div's style only has "overflow: hidden" but after a while "display: none" gets added.

<div id="mediaplayer_preview" class="has-preview" style="overflow: hidden; display: none;">
<img src="http://www.broadway-fashion.com.dev/sites/broadway-fashion/files/styles/movie-preview-bw/public/movie/movie-preview.jpg?itok=QUaduC7F" style="display: block; margin-left: 0px; margin-top: 1px; width: 938px; height: 520px;">
</div>

This did happen in 7.x-2.0-rc8 so I updated to the latest dev but it does not make a difference.

Comments

l0calh0rst’s picture

I just found out that it does not disappear when the option "Auto Load" is disabled.

wernerglinka’s picture

I can confirm the above for Mac. However, this is only true for FF. Chrome and Safari show the preview image correctly.