Animated GIF question
Richard
Administrators, Vanilla Admin Posts: 19,962 moderator
Does anyone know of a browser-independent way to force an animated GIF to download completely before the animation starts?
TIA.
TIA.
0
Comments
I believe that W3.org has some "concepts" they are exploring in new raster image file formats and "Responsive Images" amongst other things.
If you can use a programmatical approach, CSS plus HTML plus JAVA/JavaScript code (typically), then Google, "display animated gif after loading" (without quotes) for some potential solutions.
Moderator of the Cameras and Accessories forums
You could put one image in the space (a jpg of the start position of the gif) and then once the document has loaded (jQuery $(document).ready ) then replace the image with a gif. Pretty simple for a web developer knowing some basic code.