Clear JS Hashtag Gallery (clearJsGallery)
Image gallery with hashtags, excluding libraries
Example
Installing
Just add styles and clearJsGallery function to page!
Settings
Init:
new clearJsGallery(galleryImagesList, settings);
galleryImagesList
'example.jpg': { //Image name
name: 'Example',
linkText: 'example',
link: '/',
hashtag: ['EXAMPLE', 'EXAMPLE2'] // one or more hashtag
}
settings
{
multiSelection: true,
imageLink: true,
showTextLink: true,
allBtnText: 'All', // all button text
selectType: 'AND', // 'AND' or 'ALL'
btnContainerID: 'clearJSgalleryBtnContainer', // button container ID
rowContainerID: 'clearJSgalleryRowContainer', // gallery container ID
imagesDir: 'images/' // images directory
}