What lightbox plugins work well with sage?

I’m trying to make a gallery that displays full sized images when clicked.

So far I’ve found this plugins to work well with sage:

  • wp-jquery-lightbox
  • blueimp lightbox

However, they load their js and css in every page, which I don’t think is a good idea.

Any suggestions?

You can just de-enqueue their JS + CSS files and conditionally re-enqueue it on the pages you want. There’s been other threads about similar things so try to search for their solutions.