PeanutBase / jekyll-peanutbase

A "starter" Jekyll site that uses the jekyll-theme-legumeinfo submodule
Apache License 2.0
0 stars 0 forks source link

Better Lightbox implementation #35

Closed svengato closed 1 year ago

svengato commented 1 year ago

Lightbox is the JavaScript library that displays the large image and obscures the background when you click on a thumbnail image. The currently used implementation is pretty minimal. It would be nice to have some of the functionality of the old version, like arrows to scroll to the previous/next image in the set.

svengato commented 1 year ago

I was able to tweak the current Lightbox JavaScript and CSS code to make arrow navigation work. Still to do:

svengato commented 1 year ago

Done in commit 44af4454d5e225cfb853366577f4d773974f79bc.