Clear JS Hashtag Gallery (clearJsGallery)
Галерея картинок с хештегами, без использования библиотек
Пример
Установка
Просто добавьте на страницу стили и функцию clearJsGallery!
Настройка
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
}