This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
factory18
/
fronend
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
20130a02ab
Ветки
Метки
master
fronend
/
js
/
pages
/
medias
/
image-gallery.js
image-gallery.js
120 B
История
Исходник
1
2
3
4
5
6
$(function () {
$('#aniimated-thumbnials').lightGallery({
thumbnail: true,
selector: 'a'
});
});