Hi there I saw a nice way of displaying photos using rails, it is like the one in the following link http://www.opensourcerails.com/projects/16425-pictrails anyone knows the name of the plugin or the way to do it --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Well, having no idea how they did that, it seems that (assuming you have a gallery that contains multiple photos), show the thumbnail of the previous picture, and the actual (or a scaled version of the) current picture, and the thumbnail for the next picture... fairly trivial stuff if you have an ordered join table between galleries and pictures. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Shuaib, There are a lot of options, try thickbox, as in Lovd: http://try.lovdbyless.com/profiles/2483-qwe/photos Cheers, Sazima On Feb 8, 5:10 am, Shuaib85 <shuaib.za...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi there > > I saw a nice way of displaying photos using rails, it is like the one > in the following link > > http://www.opensourcerails.com/projects/16425-pictrails > > anyone knows the name of the plugin or the way to do it--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi guys Thanks for the replies. The answer is lightbox or thickbox http://agilewebdevelopment.com/plugins/lightbox_helper On Feb 9, 3:10 pm, Sazima <rsaz...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Shuaib, > > There are a lot of options, try thickbox, as in Lovd: > > http://try.lovdbyless.com/profiles/2483-qwe/photos > > Cheers, Sazima > > On Feb 8, 5:10 am, Shuaib85 <shuaib.za...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi there > > > I saw a nice way of displaying photos using rails, it is like the one > > in the following link > > >http://www.opensourcerails.com/projects/16425-pictrails > > > anyone knows the name of the plugin or the way to do it--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---