Simple JS (ES6) and CSS(3) based image slideshows for webpages.
- Position indicator with click-to-seek
- Previous and next buttons with wrap on overflow (infinite slideshow)
- Right-click on previous button to go to the first and on next button to go to the last image in a slideshow
- Cool, depth-effect transitions
Uses only standard CSS with no vendor prefixes, so may not be compatible with older browsers. The end user can add the necessary vendor prefixes if required.
The images used for the examples are not open-source, and may not be used anywhere at all other than the example pages visible here and here without my prior express permission.
Mostly plug-and-chug. Almost everything is customizable via JS or CSS variables; look in the example HTML files for how to set up the HTML for a slideshow.
Yes, multiple slideshows in a single page are properly supported.