Note from 9 February 2022

Would you like to be able to set different values for the importance priority hint depending on Media Queries, for example when images are above or below the fold depending on viewport width?

Chime in! https://github.com/WICG/priority-hints/issues/60


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