- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
“SpaceGallery” Image Gallery
November 15, 2010
This is a Gallery Script that allows animating images in a slider with perspective effect. The plug-in has one image navigation preset only, but it is very useful if you have lots of images. Please, check this link for gallery installation and configuration tutorials.
JavaScript
In order to make the script work, the index-#.html file with a gallery should contain these lines of HTML code:
Initialization script is placed to a separate script.js file:
The script initializes the gallery handler HTML All the images are placed to a CSS tag with #myGallery id. All the gallery images are hidden using .css file, so we show them applying .show() method after loading the gallery:
Below you can see general HTML script representation: tag with #myGallery id and .spacegallery class.
You can find script related stylesheet in the main style.css file.