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

Gallery layout not working properly with Congo theme #50

Closed sjohner closed 1 year ago

sjohner commented 2 years ago

Hi

First of all thank you for providing and maintaining this component!

I was able to setup a gallery but struggle with the layout. I am using the Congo theme and above a certain resolution (width > 1023px) somehow the images of the gallery do not align as intended. Instead of being displayed as a gallery, they are simply displayed one by one below each other and the rowHeight parameter has no effect on the gallery anymore. Below 1024px the gallery works as expected. Any idea what causes this behaviour?

Screenshot 2022-10-03 at 00 52 27 Screenshot 2022-10-03 at 00 53 13

Thanks for your support!

mfg92 commented 2 years ago

Hi,

without having access to the webpage with the issue it is hard to analyze what causes the problem. I guess it has something to do with these lines of CSS https://github.com/jpanther/congo/blob/dev/assets/css/compiled/main.css#L3112-L3158. You could try to comment them out to check.

sjohner commented 2 years ago

Thanks for the feedback! Commenting these lines does indeed seem to work. But I'm not sure what else this will break :-) Maybe @jpanther as the author of the Congo theme can shed more light on this?

mfg92 commented 1 year ago

I am closing the ticket now, as the problem cannot be solved from this project's side. Feel free to reopen it if I can help in any way.