jQuery Image Gallery: Spacegallery
25
Jul
// php the_time('Y') ?>
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
- 5 Comments





















5 Responses for "jQuery Image Gallery: Spacegallery"
[...] Vía: http://www.webresourcesdepot.com [...]
hey real nice man
Is there any way to show some caption for each image?
Is there any way to make this gallery scroll horizontally instead (i.e. like xbox 360 dashboard), if so can you tell me how as i ain’t that good with Javascript yet…
thanks
hi very nice but I don’t know how to call it. this example is not explained well in the author’s site.
hope one can guide me hot to use it…