- JAVASCRIPT (VANILLA)
- BUTTONS (LEFT, RIGHT, DOWNLOAD, AUTO PLAY)
- No need config if defaults used
JavaScript
<script defer src="js/gall7.min.js"></script>
JavaScript config
<script>
window.IGConfig = {
delaySeconds: 2,
showButtons: 1,
showButtonsOnPlay: 1,
imageContainer: 'gall7',
folder: 'x/', // string + "/" === folder
extension: '' // for bigger resolution
}
</script>
CSS file loaded from JavaScript (not required to include)
Without config all images will be in list (array) even logos with
<img>
tag. WHAT IS IN<body>
or needs to add class 'gall7' to parent elements of images.