#galleria
#галерея
Вопрос:
Новичок в Galleria — и пытается оценить его для системы Angular, копируя данные изображения из электронной таблицы Google..
http://codepen.io/kylane/pen/amqWPw
function readytogo() {
window.alert('This is just a prototype');
Galleria.configure({
transition: 'fade',
imageCrop: true,
fullscreenDoubleTap: true,
responsive: true,
trueFullscreen: true,
autoplay: 10000,
lightbox: true,
swipe: 'auto',
showCounter: false,
showInfo: true
});
Galleria.run('#galleria');
$('#galleria').fadeIn('slow');
}
window.onload = readytogo;
Без окна.внимание, галерея не будет отображаться — и я не уверен, почему.
Любые советы будут с благодарностью!
Ответ №1:
Оказалось, я не ждал загрузки JSON Google sheet перед рендерингом…
… моя ошибка.