Simple Slideshow / Carousel with Lightbox
- Original Lightbox by Lokesh Dhakar is in CDN; two
links (CSS and JS), looped by piece of code at the end of JS file.
- Carousel slides when 1) controls on both sides or 2) indicators or 3) arrows keys on kbd are clicked.
- It's easy to customise which trigger is in use
- Adding slides is done just by copypasting indicator (empty li element) and slide section (div.carousel-item)
in HTML.
- Clicking in picture starts Lightbox.
ToDo
- RWD
- optional autoslider
- move basic parameters aside