jQuery Image Gallery: Spacegallery
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:
And call the gallery:
$('#myGallery').spacegallery({loadingClass: 'loading'});
You can also configure the perspective, border & animation duration.
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://eyecon.ro/spacegallery
Post a Comment