Skip to content

Instantly share code, notes, and snippets.

@georgeblck
georgeblck / figure.html
Last active August 10, 2023 21:00 — forked from cpbotha/figure.html
Drop-in replacement for Hugo figure shortcode with img srcset support
{{/*
- Change viewport sizes, lazy-loading,async & width,alt,link,caption in the shortcode call
- Hardcode sizes in this file
- If an image should not be resized or changed - e.g. because it is low quality -
simply dont put it in the page bundle but in /static
Example call: {{<figure src="image.jpg" alt="Alt Text" viewport="(max-width:720px) 80vw, (max-width: 1260px) 40vw, 30vw">}}
figure with auto-resizing, webp-conversion and srcset v2021-06-27