test.html =>
import { images_1985_1990, images_1991_1995, images_1996_2000, images_2011_2015, images_2016_2020 } from '/Gallery-master/IMAGES.js';
// Инициализация первой галереи
const gallery1 = blueimp.Gallery(images_1985_1990.map(image => {
return {
href: image.src,
title: image.title,
};
}), {
container: '#blueimp-gallery-carousel-1',
carousel: true,
onopen: function() {
const fullScreenButton = createFullScreenButton('blueimp-gallery-carousel-1');
document.querySelector('#blueimp-gallery-carousel-1').appendChild(fullScreenButton);
}
});
Пробавл по-разному, но ничего не выходит.