zutrinken / bleak

Ghost Theme
https://bleak.peteramende.de
MIT License
535 stars 130 forks source link

lightbox #71

Closed moeenxyz closed 4 years ago

moeenxyz commented 4 years ago

Hello Is there any way to add a lightbox to this them? I tried 3-4 different lightboxes, none of them works.

zutrinken commented 4 years ago

The issue is, that light boxes usually expect to have the image wrapped by a link to the main image. So if you integrate one, you should handle the extra link in addition for each image via JS, since Ghost doesn't do this at the moment. Nothing theme wise.

moeenxyz commented 4 years ago

No problem about linking, I do that with a js, problem was reloading the js in the theme.

moeenxyz commented 4 years ago

Thanks

zutrinken commented 4 years ago

Ah okay, than you have to add your function to the reload function.