Submit your widget

Dots gallery scroller(jQuery )

Created 13 years ago   Views 42055   downloads 6210    Author n/a
Dots gallery scroller(jQuery )
View DemoDownload
306
Share |

Dots gallery with iPhone images from Apple.com    Similar examples

You try it yourself in it's simpler form by following these simple steps:

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>