3

This gif normally loops infinitely, but when I uploaded this gif to my wordpress site (or anywhere online) it only loops once.

<img loop=infinite class="wp-image-161 size-full" src="http://i2.wp.com/yobd.digital/wp-content/uploads/2016/04/merge-lines.gif" alt="Merging Lines with a macro!">

enter image description here

thebigtine
  • 191
  • 2
  • 12

2 Answers2

0

You have to add "LOOP=INFINITE"

Kevin
  • 930
  • 3
  • 13
  • 34
0

You need to add application extension to force looping:

0x21,0xFF,0x0B,"NETSCAPE","2.0",0x03,0x01,0x00,0x00,0x00

Place it anywhere after GIF header and before first image header

for more info see Animated gif only loops once in Chrome and Firefox

After I done it to your GIF it loops:

fixed

Community
  • 1
  • 1
Spektre
  • 49,595
  • 11
  • 110
  • 380