sachinchoolur / lightgallery.js

Full featured JavaScript image & video gallery. No dependencies
https://sachinchoolur.github.io/lightgallery.js/
Other
5.3k stars 596 forks source link

Disable Zoom #150

Closed valifyde closed 5 years ago

valifyde commented 5 years ago

How can I disable the css-zoom? My lightbox image is about 1200px wide, but it blows up to 1600px and is getting blurry.

PS: I've set zoom to false, but the images are still scaled up. The images in the demo are not scaled up for example: https://sachinchoolur.github.io/lightgallery.js/demos/

valifyde commented 5 years ago

Configuration mistake ;-)

My selector was selector: 'figure img', with a src-set. It works like a charm with selector: 'figure a',