Chapter 07 - Adding Images
Chapter 07 - Adding Images
Inline by default
Attributes: src (required), alt (critical for accessibility), width, height, and
more: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
Raster vs Vector
Is reversible Irreversible
General tips:
● Limit dimensions
● Reuse and recycle
● Design for compression
● Use web graphics tools
https://www.smashingmagazine.com/2021/04/image-optimization-pre-release/
Optimizing GIFs
Reduce dithering
Reduce dithering
Avoid details
Further tips
Async decoding
CSS placeholders
Scalable Vector Graphics
Scalable Vector Graphics
</svg>
Scalable Vector Graphics
</svg>
Scalable Vector Graphics
<defs>
</filter>
</defs>
</svg>