Hasib
Author: mdhasaibking1120-cmdCreated Oct 12, 2025Updated Oct 12, 2025
Description
Describe the issue that you're seeing.
Steps to reproduce
Clear steps describing how to reproduce the issue. Please link to a demo project (Your website URL, codepen, or jsfiddle) if possible.
JS code that you use to initialize lightGallery.
lightGallery(document.getElementById('lightgallery'), {
... settings
});Sample HTML markup
<div id="lightgallery">
<a href="img/img1.jpg" data-lg-size="1600-2400">
<img alt=".." src="img/thumb1.jpg" />
</a>
<a href="img/img2.jpg" data-lg-size="1024-800">
<img alt=".." src="img/thumb2.jpg" />
</a>
...
</div>Environment
- Browser and version -
- OS -
- lightGallery version -
Additional context
Source: sachinchoolur/lightGallery