i am displaying an animated gif in an iframe. i use srcdoc to set the iframe content. the gif is loaded as css background image. if i reload the exact same srcdoc again, the animated gif freezes. maybe this is due to caching? observations: - it works when i add a random hash to the filename - it works when i load the image via <img> - it works in chromium demo: https://codepen.io/eyaler/pen/dPYQMgQ
Bug 1986332 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
i am displaying an animated gif in an iframe. i use srcdoc to set the iframe content. the gif is loaded as css background image. if i reload the exact same srcdoc again, the animated gif freezes. maybe this is due to caching? observations: - it works when i add a random hash to the filename - it works when i load the image via <img> - it works in chromium demo: https://codepen.io/eyaler/pen/dPYQMgQ maybe related: https://bugzilla.mozilla.org/show_bug.cgi?id=129986