window.lightGallery(
document.getElementById("thumbnails-gallery"),
{
autoplayFirstVideo: false,
counter: false,
plugins: [lgZoom, lgThumbnail],
download: true,
controls: true,
}
);