About cssSlideShow
This Snippet retrieves image files from a directory, processes them through a template chunk and returns a pure CSS Slide Show.* Does Not work in IE 9
Information
Released
October 20, 2016
Supported Database
MySQL
License
GPLv2
Supported Versions
2.0 - Current
Downloads
3,539
Instructions
PARAMETERS:&folder string - The name of the image folder to search. optional. Default: assets/photos&ext string - The extension of the images. optional. Default: jpg&img_tpl string - The name of a Chunk used to format the Images on the page. optional. Default: cssSlideShow_Tpl&sty_tpl string - The name of a Chunk used to set the CSS for all but the First & Last Images. optional. Default: cssSlideShowStyle_Tpl&styFirst_tpl string - The name of a Chunk used to set the CSS for the First Image. optional. Default: cssSlideShowStyleFirst_Tpl&styLast_tpl string - The name of a Chunk used to set the CSS for the Last Image. optional. Default: cssSlideShowStyleLast_Tpl&page_tpl string - The name of a Chunk used to format the remainder of the page. optional. Default: cssSlideShowPage_Tpl&width integer - A number representing the width images to return. optional. Default: 750&heigth integer - A number representing the height images to return. optional. Default: 564&border integer - A number representing the border width. optional. Default: 0&class string - A class name to pass. optional. Default: ''version 0.5.1-beta5author Jerry Mercer (ultravision.net)USAGE:[[!getImages? &folder=`assets/photos` &ext =`cssSlideShow_Ext`&img_tpl =`cssSlideShow_Tpl`&sty_tpl =`cssSlideShowStyle_Tpl`&styFirst_tpl =`cssSlideShowStyleFirst_Tpl`&styLast_tpl =`cssSlideShowStyleLast_Tpl`&page_tpl =`cssSlideShowPage_Tpl`&width =`750`&heigth=`564`&border=`2`&class=`img`]]
New in 1.0.2-pl
Changelog for cssSlideShow (for Revolution).cssSlideShow 1.0.2====================================- Added an examplechunk to show usage with pThumb.- Updated ReadmecssSlideShow 1.0.1====================================- Just a tweak to make it behave in 2.3.1- Changed all installed chunks to have example_ prefix so as not to overwrite with updates.cssSlideShow 1.0.0====================================- Complete re-write to make it simpler- Changed to cross fade animation from mask and slide- Changed the example chunks to match the new versioncssSlideShow 0.5.0====================================- Packaged for upload- Added changelog.