Sideshow is a JavaScript program to overlay images on a web page. It is based on Slimbox, and is similar to this program in the following aspects:
Requires jQuery 1.2.6 or later. Small footprint:
... [More]
under 5 KB minified. Compatible with most browsers: Firefox 1.5+, Google Chrome, Internet Explorer 6+ and maybe others. The API of Sideshow is very similar to Slimbox. In fact, it was borrowed from it. The same mapping and filtering functions can be used. But there are a few differences:
Sideshow does support images larger than the browsers viewport. This is what motivated it's development in the first place. Sideshow fixes the image on the viewport. As opposed to Slimbox, scrolling the page does not affect the image position (except when running on Internet Explorer 6). There is no autoload code in Sideshow. The plugin function must be invoked explicitly. Read SideshowUsage for more information.
See it live here: http://joseisraelabrantes.com.br/en/photography/list. [Less]