jQuery Image Gallery: Spacegallery
25
Jul
Spacegallery is a very simple but nice image gallery built with jQuery.
It is a static gallery where images are hardcoded in the HTML and presented with a beautiful grow – fade out effect.
How to use?
After inserting the JS & CSS files into your webpages, create a div element with images inside like:
<div id="myGallery" class="spacegallery">
<img src="images/bw3.jpg" alt="BW" />
<img src="images/lights3.jpg" alt="Lights" />
</div>
And call the gallery:
$('#myGallery').spacegallery({loadingClass: 'loading'});
You can also configure the perspective, border & animation duration.
- Tags:
Css Javascript
- Filed under: Gallery, Goodies, License Free
- 2 Comments






















2 Responses for "jQuery Image Gallery: Spacegallery"
[...] Vía: http://www.webresourcesdepot.com [...]
hey real nice man