Responsive Images
Two main use cases:
- Deliver same image but with different properties, e.g. resolution or format
☞ Useimg
element withsrcset
andsizes
attribute - Deliver different images in different contexts
☞ Usepicture
element
Two main use cases:
img
element with srcset
and sizes
attributepicture
element