Question / Help Gif in browser source not starting at 0 (resolved)

LoonyGeekFun

New Member
I have a few gif alerts that are showing in the browser source, the problem is they are synced up with audio and work the first time because they start at frame 0 but on the second play it goes out of sync because the gif animation is not starting at frame 0

it used to be the case that I can set the src of the image to a blank value and that would do it for the next load but maybe there has been some changes in the browser source code to use cache?

How can I make it so that the browser source that has changing images to load the gif at frame 0 every time and not relying the cache?
 

LoonyGeekFun

New Member
This was fixed by setting the source of the image to nothing before we loading another one and that sets the new gift to start at frame 0
 
Top