nhoizey’s avatarnhoizey’s Twitter Archive—№ 111,427

  1. Remember: if you already use @cloudinary, it's easy to transform animated GIFs into videos. In addition to data reduction and performance boost, it allows you to enhance accessibility with the user's reduced motion preference. nicolas-hoizey.com/articles/2018/08/01/using-cloudinary-s-fetch-api-to-convert-an-animated-gif-to-a-video/ @codepo8/1407285951882272773
    1. …in reply to @nhoizey
      @cloudinary By the way, here's how I add a Giphy "video" in content of my @eleven_ty powered site: {% giphy "12NUbkX6p4xOO4" %} Here's the Nunjucks shortcode: github.com/nhoizey/nicolas-hoizey.com/blob/main/src/_11ty/shortcodes/video.js And here's the accessibility part: github.com/nhoizey/nicolas-hoizey.com/blob/main/assets/js/additional.js#L200-L223