Light Gallery is not initiating

334 Views Asked by At

Hi I have used this code to initialise still Light Gallery is not initiating

<script type="text/javascript">
  $(document).ready(function() {
  $('.lightgallery').each(function(i, v) {
    $(v).lightGallery({
      thumbnail: false
    });
  });
});
</script>

You can check the live link below : https://cutt.ly/KjFeHkO

0

There are 0 best solutions below