-
Both Safari 12.0.1 on macOS (on narrow viewports) & Safari on iOS 12.1 download 2 images with picture: - it ignores the MQ of the source and takes an image from the srcset - it also takes an image from the img’s srcset codepen.io/nhoizey/full/ZmqXPZ/ @yoavweiss @etportis known bug?
-
@yoavweiss @etportis Same thing on narrow Safari desktop window if the MQ is
max-width: 40rem
instead ofmin-width: 40rem
, BTW…