Has anyone used a rails gem for lightbox functionality? If so which ones?
- by bgadoci
Trying to figure out what is the best solution for using lightbox in rails. I have a set up an application that has projects and posts belong_to project. A post can have multiple photos and I am successfully only displaying the first photo in the photos table in the projects show view for each post. I am now trying to allow the user to view the rest of the photos associated with a post through a lightbox feature.
Any idea if there is a rails ready solution for something like this?