Image Components

This post covers the imgswap and img components. Images can also be embedded directly using markdown ![Ferris](ferris.svg), but it is better to use a component so you can explicitly set the width and height, this will help prevent content layout shift which improves user experience and the google lighthouse score.

...more

May 19, 2021 #Features #Components #Images