After updating from lightgallery 2.4.0 to 2.7.2:
When I click a gallery item, the lightbox loads, but, the item itself is hidden, revealing just the spinner gif.:
It appears the .lg-item element is fine, but the .lg-img-wrap child element has opacity: 0 & scale(0.5, 0.5, 0.5) on it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
After updating from lightgallery 2.4.0 to 2.7.2: When I click a gallery item, the lightbox loads, but, the item itself is hidden, revealing just the spinner gif.:
It appears the
.lg-item
element is fine, but the.lg-img-wrap
child element hasopacity: 0
&scale(0.5, 0.5, 0.5)
on it.I have to force this resolution with:
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.
Sample HTML markup
am I missing something obvious here?
Environment