6 lines
120 B
JavaScript
Executable File
6 lines
120 B
JavaScript
Executable File
$(function () {
|
|
$('#aniimated-thumbnials').lightGallery({
|
|
thumbnail: true,
|
|
selector: 'a'
|
|
});
|
|
}); |