dino d.
2008-Nov-18 18:29 UTC
how to make an image grow and make everything else dark until you click close
Anyone know an easy way to do this? I have some web links in my app with pictures, and I''d like to implement that effect that I''ve seen a lot where when the user clicks on the image, it sort of grows and the rest of the page becomes dark until the user clicks close (or clicks the picture). Is there an easy rails plugin for this? thanks, dino --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jodi Showers
2008-Nov-18 18:34 UTC
Re: how to make an image grow and make everything else dark until you click close
Hey Dino - On 18-Nov-08, at 1:29 PM, dino d. wrote:> > Anyone know an easy way to do this? I have some web links in my app > with pictures, and I''d like to implement that effect that I''ve seen a > lot where when the user clicks on the image, it sort of grows and the > rest of the page becomes dark until the user clicks close (or clicks > the picture). Is there an easy rails plugin for this? > > thanks, > dinoThe effect is called a lightbox. we use lightbox2 at HomeStars http://huddletogether.com/projects/lightbox2/ Jodi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
dino d.
2008-Nov-18 20:27 UTC
Re: how to make an image grow and make everything else dark until you click close
Thanks, works great! Dino On Nov 18, 1:34 pm, Jodi Showers <j...-BOB1p6JRLoAV+D8aMU/kSg@public.gmane.org> wrote:> Hey Dino - > On 18-Nov-08, at 1:29 PM, dino d. wrote: > > > > > Anyone know an easy way to do this? I have some web links in my app > > with pictures, and I''d like to implement that effect that I''ve seen a > > lot where when the user clicks on the image, it sort of grows and the > > rest of the page becomes dark until the user clicks close (or clicks > > the picture). Is there an easy rails plugin for this? > > > thanks, > > dino > > The effect is called a lightbox. > > we use lightbox2 at HomeStars > > http://huddletogether.com/projects/lightbox2/ > > Jodi--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---