hugomods / images

:framed_picture: Hugo images module for processing images via URL query string and fragment, process images in Markdown way.
https://images.hugomods.com
MIT License
16 stars 2 forks source link

Fancy behaviour #56

Closed sciurius closed 1 month ago

sciurius commented 1 month ago

When browsing through the documentation, all images that are resized can be clicked on and then show full size. But when I use the images module on my site it doesn't work like this. Is there anything else that need setting up?

I couldn't find the (hugo) sources for the documentation site online so I can't find out myself.

razonyang commented 1 month ago

When browsing through the documentation, all images that are resized can be clicked on and then show full size.

Hi, the docs site is built on top of HB themes, and this feature is one of modules (bigger-picture) of HB themes, it's not related to this images module, you may need to use third-party images viewer JS library to achieve this.