suppress image loading icon flicker in Firefox
This commit is contained in:
parent
b7be5b7a01
commit
ccf898c72d
@ -69,6 +69,9 @@ ImageLoader =
|
|||||||
if file.videoThumb
|
if file.videoThumb
|
||||||
clone.file.thumb.preload = 'auto' for clone in post.clones
|
clone.file.thumb.preload = 'auto' for clone in post.clones
|
||||||
thumb.preload = 'auto'
|
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
|
return
|
||||||
el = $.el if isImage then 'img' else 'video'
|
el = $.el if isImage then 'img' else 'video'
|
||||||
if replace and isImage
|
if replace and isImage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user