-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels