johannschopplich / kirby-blurry-placeholder

🖼 Blurry image placeholders for better UX
MIT License
65 stars 3 forks source link

Placeholders for GIFs render all frames, which results in larger data (since inlined) #18

Open tobimori opened 2 years ago

tobimori commented 2 years ago

When using ImageMagick as the thumb driver for Kirby, which is required to allow transforms for GIFs, all frames will be inlined in the blurred placeholder which returns a much larger data set (usually above >5 kB for small animations) than when only the first frame is contained.