Image Shortcodes
This post covers the imgswap and img shortcodes. Images can also be embedded directly using markdown ![Ferris](ferris.svg)
, but it is better to use a shortcode 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