image-gallery.js 120 B

123456
  1. $(function () {
  2. $('#aniimated-thumbnials').lightGallery({
  3. thumbnail: true,
  4. selector: 'a'
  5. });
  6. });