-
@iamtzi @gaijinity Also, the
<picture>
example here has several issues: - WebP will never be used on browsers supporting JPEG - JPEG srcset and sizes should be in<img>
, one single ˋ<source>` is enough for content type switching
<picture>
example here has several issues:
- WebP will never be used on browsers supporting JPEG
- JPEG srcset and sizes should be in <img>
, one single ˋ<source>` is enough for content type switching