Note from 23 April 2023

I'm really honored to see my article about running CSS animations only if both the device and the user allow it being mentioned in the 99th episode of Stefan Judis' great Web Weekly newsletter! 🥰


  1. Do you know good tutorials and/or examples about dealing with responsive images that are fluid horizontaly, but with a fixed height?

    Using object-fit: cover; in the CSS is easy, but how can we prevent loading many pixels that will be hidden, without using too many <source> in a <picture>?