sachinchoolur / lightGallery

A customizable, modular, responsive, lightbox gallery plugin.
https://www.lightgalleryjs.com/
Other
6.55k stars 1.29k forks source link

Load animation remains when loading SVG assets #1540

Closed samlising closed 11 months ago

samlising commented 1 year ago

Description

When displaying SVG assets in lightgallery the load animation remains on the page even after the SVG is displayed.

JS code that you use to initialize lightGallery.

let $gallery = document.getElementById('gallery');
lightGallery($gallery, {
    selector: '.item',
});

Sample HTML markup

<div id="gallery">
    <a class="bg-white w-1/8">
        <img class="item" src="item1.svg" alt="" width=300 data-src="item1.svg" >
    </a>
    <a class="bg-white w-1/8">
        <img class="item" src="item2.svg" alt="" width=300 data-src="item2.svg" >
    </a>
</div>

Environment

Additional context

stale[bot] commented 1 year ago

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.