I couldn’t believe there is no liquid tag for Giphy in dev.to. So I thought: “Hmm, maybe the platform is smart enough if I just paste in the HTML embedded tag from Giphy” – but nope. Not working. So, here is how I solved it. First find your gif. I will use this one.
On that page, click on “copy link”:
Then copy the url from “GIF Link” in the middle:
Last but not least create a new post on dev.to and add:
<img width="100%" style="width:100%" src="https://media.giphy.com/media/TJawtKM6OCKkvwCIqX/giphy.gif">
Don’t forget to replace the url in the src attribute with the url of the gif you chose!