jqualls
jqualls

Reputation: 1503

Jquery Lightbox Like Facebook and Google + Photo Viewer

I have no really found any good solutions yet

I have a Rails 3 website that has an image gallery. Each Image Has comments

I want to load the Image, and the comments into FancyBox or Lightbox and Display comments just like Facebook, and Google +

What is the best way to achieve this.

Upvotes: 2

Views: 3095

Answers (1)

Ismael
Ismael

Reputation: 16730

I have just played a little with lightboxme and came up with this simple example on how to make it. Notice you have to implement all the styling and the flow for changing from one image to another.

http://jsfiddle.net/eKuhH/1/

Upvotes: 1

Related Questions