mirror of
https://github.com/Akkadius/glass-isc-dhcp.git
synced 2025-09-23 17:58:42 +02:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
$(function () {
|
|
$('#aniimated-thumbnials').lightGallery({
|
|
thumbnail: true,
|
|
selector: 'a'
|
|
});
|
|
}); |