Files
2017-10-23 11:38:10 +06:30

6 lines
120 B
JavaScript
Executable File

$(function () {
$('#aniimated-thumbnials').lightGallery({
thumbnail: true,
selector: 'a'
});
});