Alex Holst<p>No obvious results from web searches, so:</p><p>I'm creating an image gallery on a static HTML website. I take full resolution images (<a href="https://helvede.net/tags/webp" class="mention hashtag" rel="tag">#<span>webp</span></a>, <a href="https://helvede.net/tags/png" class="mention hashtag" rel="tag">#<span>png</span></a>) from users and generate thumbnails and index pages with <figure> and <figcaption>. I am struggling with a good way to have users provide a caption of each image, because EXIF / XMP in modern formats has terrible tool support.<br /> <br />My current thinking is a csv file with filename and figcaption.</p><p>Have you implemented a better solution? If not, please boost.</p>