Has anyone used a rails gem for lightbox functionality? If so which ones?
Posted
by bgadoci
on Stack Overflow
See other posts from Stack Overflow
or by bgadoci
Published on 2010-06-07T04:59:57Z
Indexed on
2010/06/07
5:02 UTC
Read the original article
Hit count: 174
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?
© Stack Overflow or respective owner