suppress image loading icon flicker in Firefox

This commit is contained in:
ccd0 2014-09-11 02:01:28 -07:00
parent b7be5b7a01
commit ccf898c72d

View File

@ -69,6 +69,9 @@ ImageLoader =
if file.videoThumb
clone.file.thumb.preload = 'auto' for clone in post.clones
thumb.preload = 'auto'
# XXX Cloned video elements with poster in Firefox cause momentary display of image loading icon.
if !chrome?
$.on thumb, 'loadeddata', -> @removeAttribute 'poster'
return
el = $.el if isImage then 'img' else 'video'
if replace and isImage