-1

I have an animated gif in a website, but this animation is displayed only once.

How do I make that play infinitely? http://tarketts.emblema78.com/

Regards!

cfranco
  • 3,155
  • 5
  • 19
  • 20
  • 2
    make the gif infinite as it is programmed to run only once – bugwheels94 Oct 12 '16 at 21:34
  • 1
    Possible duplicate of [Restart a gif animation without reloading the file](http://stackoverflow.com/questions/19831319/restart-a-gif-animation-without-reloading-the-file) – kind user Oct 12 '16 at 21:34
  • Another possible duplicate [How do I make an existing animated GIF loop repeatedly?](http://superuser.com/questions/159212/how-do-i-make-an-existing-animated-gif-loop-repeatedly) – Canilho Oct 12 '16 at 21:39

2 Answers2

0

Maybe you can try putting it into video mode: i.e.

<img class=gif data-mode="video" 
James Monger
  • 10,181
  • 7
  • 62
  • 98
  • can you provide any references to browser support for that attribute? – Sᴀᴍ Onᴇᴌᴀ Oct 12 '16 at 21:42
  • well, without seeing the code, ( I just trie to give you and option) it's difficult to know what you need but this : http://rubentd.com/gifplayer/ seems like a food place to start. Maybe a simple work around. – Vera Worri Oct 12 '16 at 21:56
  • 1
    okay so you are suggesting that the OP utilize [that jQuery plugin](http://rubentd.com/gifplayer/) which would require the user to utilize [jQuery](https://jquery.org/). Unless the OP added the `jQuery` tag or mentioned it in the description, you should make it clear that he/she would need to use that library and plugin – Sᴀᴍ Onᴇᴌᴀ Oct 12 '16 at 22:05
0

I take it you want the GIF to loop, (repeat over and over again) This does not need code persay, the GIF just needed to be edited.

Here's the looped version of your GIF.

enter image description here

Dove Man
  • 147
  • 1
  • 4
  • 13
  • Thank you Dove Man – cfranco Oct 12 '16 at 22:34
  • No problem! Btw, I don't know if you noticed but on your website when you select English as the language, the navigation tap says, "How We Are" Not, "Who We Are" I just thought you would want to know. – Dove Man Oct 12 '16 at 22:41
  • Thanks for the notice, we are testing and correcting, so thanks for the comment. It´s perfect. – cfranco Oct 12 '16 at 22:48