#responsive-web-design
Subscribe to #responsive-web-design
1 meta doc under # responsive-web-design
-
My website: Responsive images
Image generation is handled by a custom Astro integration, similar to
@astrojs/image
, and all images are wrapped in a customFigure
component for richer content and better semantics. The image optimisations are carefully synchronised with the layout. Aspect ratio awareness is mandatory to eliminate CLS.