This library is no longer actively maintained. Please contact author in the case you want to take ownership of this library.
kGallery is a gallery written on JavaScript using jQuery library.
Advantage of this gallery is ability to work stable with hundreds of pictures or with big pictures, without freezing brouser. This effect is achieved by retrieving the list of images from external source (JSON or XML) and downloading pictures gradually until slideshow is playing, not all in ones.
Nearest analog is dojox.image.Gallery (dojox.image.ThumbnailPicker+dojox.image.SlideShow), however kGallery do not need to download dozens of JavaScript files with megabytes of code of dojo library.
kGallery includes kSlideshow and kThumbnailPicker componnents, which can used independently.
####Examples of usage:
- Typical usage https://andruhon.github.io/kGallery/example_typical.html
- Slideshow only https://andruhon.github.io/kGallery/example_slideshow_only.html
- Thumbnails only https://andruhon.github.io/kGallery/example_thumbnails_only.html
- Gallery with vertical previews https://andruhon.github.io/kGallery/example_vertical.html
Array as data source: