Note from 24 June 2021

This migration from basicHTML to LinkeDOM in images-responsiver looks good! 😍

All tests pass with LinkeDOM

I have yet to find if this behavior with HTML entities is an issue.

+@markboulton


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

  2. How do you deal with images that need to have a fluid width but fixed height?

    I tend to start from the lowest width/height ratio and increase, knowing larger images will have hidden parts above and below… 😔

    Anything better?