mfg92 / hugo-shortcode-gallery

A theme component with a gallery shortcode for the static site generator hugo.
MIT License
360 stars 66 forks source link

Loop over supported images, excluding avif #65

Open spolischook opened 11 months ago

spolischook commented 11 months ago

I have the side script that I run before the build process, which generates avif and webp images. Now with this condition, there will be no error in case the avif or webp images in source directory - they will be just ignored.

mfg92 commented 10 months ago

Thank you for your contribution.

I did some experiments and they showed that Hugo does support reading webp images, so I see no reason to filter them out by default. Have you had problems with webp images? Are you using the latest version of Hugo?