SUPPORT THE SITE WITH A CLICK

Subscribe Rss:

SUPPORT THE SITE WITH A CLICK

Tuesday, November 11, 2008

Ajax Image galleries &lightboxes -Rubyonrails

Are u looking for something like image slideshow in rubyonrails,then u can try with lightview which comes with prototype framework or u can go for Phatfusion which come with mootools.

First i have to thank the developers of lightview and Phatfusion for making good image slide effects.

Lightview


In lightview i have used some options not the whole

<a> href='image.jpg' class='lightview'>My image</a>

An image gallery can be created using rel='gallery[setname]'

<a href='image1.jpg' class='lightview' rel='gallery[myset]'>Image 1</a>
<a href='image2.jpg' class='lightview' rel='gallery[myset]'>Image 2</a>

To extract more in lightview visit here

Slideshows with lightview in rubyonrails






Phatfusion


Phatfusion slideshow -transition between images.
Here i have used the default values which they have mentioned in their site.It was basically developed from mootools framework.

Slideshows with Phatfusion in rubyonrails





To know more about phatfusion visit here.

For downloading the demo project,please click

Download



!Thanks.Please send your feedback & help us to grow


Kind notice this application has been created & tested in rails 2.1.0.In the demo project some unwanted project files will be available.sorry for the inconvenience

No comments :

Post a Comment