PHOTOGALERY
about the site
This site uses several Javascript files.
- modernizr (MIT and BSD licenses) is a Javascript library that enables HTML5 elements and feature detects.
- jQuery (MIT and GPL licenses) is a Javascript library containing lots of commonly used Javascript functions.
- Sooperfish (GPL license) is a jQuery plugin for the drop-down menu.
- Easing sooper (BSD license) is a jQuery plugin for easing transitions, optimized for the Sooperfish drop-down menu.
- Image slide contains the functions for the gallery image slider on the home page.
- Galleriffic (MIT license) is a jQuery plugin for rendering the photo galleries on the portfolio pages.
- Opacity rollover (MIT license) is a jQuery plugin used by the the Galleriffic plugin.
To add an image to the image fader simply add a new list item (li) to the unordered list (ul) with class="images". You need to specify the width of the image, the height of the image, the src and an 'alt' for the image. If you would like the image to hyperlink to another page, simply add an <a></a> around the <img> tag.
NOTE: Remember to put 'class="show"' on the first <li> in the list, so that the image fader knows which one to start with.