mfg92/hugo-shortcode-gallery

Add support for webp

Closed this issue · 3 comments

Hi there,

webp images doesn't seem to be supported:

Adding a .webp file in the image folder results in this error:

ERROR 2022/04/01 16:04:23 "/home/user/hugo-shortcode-gallery/content/posts/images/index.md:9:1":
failed to render shortcode "gallery": failed to process shortcode: "/home/user/hugo-shortcode-gallery/themes/hugo-shortcode-gallery/layouts/shortcodes/gallery.html:130:30":
execute of template failed: template: shortcodes/gallery.html:130:30:
executing "shortcodes/gallery.html" at <$original.Fit>: error calling Fit: *resources.generic
Resource is not an image
mfg92 commented

webp files are working fine for me.
Do you use the extended version of hugo?
hugo-extended is needed for webp support (see https://gohugo.io/news/0.83.0-relnotes/).

webp files are working fine for me. Do you use the extended version of hugo?

Yes, but Hugo 81 extended is not enough. It works fine with Hugo 83 extended.
I'm closing this issue. Thanks!

Related documentation update is pending for review: #44