<h1>LightGallery</h1>
<hr>
<h2>DEMO</h2>
<div id="lightgallery">
<a href="https://i.imgur.com/xQ94mYj.jpg">
<img src="https://i.imgur.com/xQ94mYj.jpg" width="500" height="300" /></a>
<a href="https://i.imgur.com/lji0z7q.jpg"><img src="https://i.imgur.com/lji0z7q.jpg" width="500" height="300"/></a>
</div>
<p><a href="https://sachinchoolur.github.io/lightGallery/docs/">LightGallery</a></p>
$(document).ready(function() {
$("#lightgallery").lightGallery();
});