Closed juislip closed 12 months ago
Image blurry when pinch zoom on mobile device.
pinch zoom 50% - 80% (The image will appear blurry)
pinch zoom 100% (not blurry)
lightGallery(el, { plugins: [lgZoom, lgThumbnail, lgFullscreen, lgAutoplay], selector: 'a', licenseKey: License.LIGHT_GALLERY, speed: 500, mobileSettings: { showCloseIcon: true, } });
<div v-lightbox> <a href="/assets/image.jpg"> <img class="w-100" src="/assets/image.jpg"> </a> </div>
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
Image blurry when pinch zoom on mobile device.
Steps to reproduce
pinch zoom 50% - 80% (The image will appear blurry)
pinch zoom 100% (not blurry)
JS code
HTML markup
Environment