Note from 20 January 2022

It looks like when I preload an image on #Cloudinary, the automatic best format selection (f_auto) doesn't work! 😱

These two requests have the exact same URL:

The same URL doesn't get the same result


  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>?