bytesandbots3

Results 11 comments of bytesandbots3

@johnpsar , When I test the issue, I can't reproduce it. If possible, please provide more information. ```js window.lightGallery( document.getElementById('animated-thumbnails-gallery'), { selector: '.gallery-item', speed: 200, plugins: [lgZoom], zoom: true, download:...

@himanshi-proximous , Based on the given code, it seems that you are trying to update the gallery by adding new images using the refresh method. However, it appears that the...

Thank you for bringing these issues to our attention. Incorrect aria-label for Zoom Out Button: The aria-label for the "Zoom out" button has been corrected. It now appropriately reflects zoomOut...

The problem seems to be due to the additional `` element introduced by the lgRotate plugin. This element overlaps the element, which likely interferes with the event handling that closes...

@kukrik , Regarding your question lightGallery is a standalone JavaScript library and does not have a built-in jQuery wrapper. It is designed to be used directly with JavaScript. However, if...

Hey @WesleyKapow , You can achieve this by changing the HTML structure slightly. Instead of placing the icon directly within the tag, you can place it outside of it but...

Current implementation of the inline carousel using LightGallery works with dynamic: true and the dynamicEl array specified. Within the Lightbox, it requires only the attributes; the rest of the tags...

Hey @howdyhyber, Thanks for letting us know about the issue. Can you help us out by telling us which framework you're using (like React, Angular, or Vue)? Also, could you...

@howdyhyber , when I check here (link: https://stackblitz.com/edit/stackblitz-starters-vokuec?file=src%2Fstyle.scss,src%2FApp.tsx), I didn't reproduce the closing issue. Is there anything else to add to the code?

@Andyradall , Thanks for highlighting the issue with lightGallery and the lgMediumZoom plugin in TypeScript! It seems we missed the types for plugin-specific options like backgroundColor, margin, mediumZoom ..etc ....