Detailed Images, With No Shortcodes
If you remember when I first added the Medium Zoom library, I wasn’t using one of its features: the ability to load a larger image when the user clicks to zoom in, only when the user wants to zoom in.
However, I added this later, and in that, the method I used was to use a Hugo shortcode to include the image with proper attributes in the <img>
tag.
Well as it turns out, I don’t need to do this.
Now, I can have that happen automatically with standard Markdown ![image links]()
.