7

Question: How to enable GIF autoplay on GitHub README.md?

For a few days, I've noticed README GIF aren't playing auto automatically. It was playing before.

Through search, I've found theses, cannot find the solution.

Minimal—Reproducible example Test markdown file; link took from above question

![Alt Text](https://media.giphy.com/media/vFKqnCdLPNOKc/giphy.gif)
<br>
<img src="https://media.giphy.com/media/vFKqnCdLPNOKc/giphy.gif" width="40" height="40" />

Provide result on GitHub README

enter image description here

Expected output on README.md

Md. Yeasin Sheikh
  • 54,221
  • 7
  • 29
  • 56

1 Answers1

5

Check you GitHub accessibility settings.

Since May 2022, there is an option to prevent animated images from playing automatically.

Set it to Enable.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250