//добвляем плагин галереи $('#gallery-img').lightGallery({ thumbnail: true, width: '1104px', height: '80vh', selector: '.item-image-gallery' });
$(document).ready(function() {
function createLightGallery() {
$('#gallery-img').lightGallery({
thumbnail: true,
width: '1104px',
height: '80vh',
selector: '.item-image-gallery'
});
}
createLightGallery();
})
createLightGallery();
.fancybox-thumbs {
position: absolute;
top: auto;
width: auto;
bottom: 0;
left: 0;
right: 0;
height: 95px;
padding: 10px 10px 0 10px;
box-sizing: border-box;
background: rgba(0, 0, 0, 0.3);
}