Submit your widget

lightbox(jQuery )

Created 13 years ago   Views 15718   downloads 3534    Author n/a
lightbox(jQuery )
View DemoDownload
103
Share |

Galleria is a JavaScript image gallery unlike anything else. It can take a simple list of images and turn it into a foundation of multiple intelligent gallery designs, suitable for any project.

Include jquery and Galleria:

 

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="galleria/src/galleria.js"></script>

 

 

Load a theme:

 

<script>Galleria.loadTheme('galleria/themes/galleria.classic.js');</script>

 

 

Add images:

 

<div class="images"><img src="me.jpg"><img src="you.jpg"></div>

 

 

Fire upp Galleria:

 

<script>$('.images').galleria();</script>