Open GregSzczesniak opened 11 months ago
Is there any way to let images zooming out lower than 100%? Here on the example page no images can be zoom out to be smaller than it's full size.
https://react-quick-pinch-zoom.netlify.app/
It looks like minZoom prop does not really let images be smaller - they just bouncing if you try to zoom it out, and return to 100% scale.
minZoom
you can use paddings:
<QuickPinchZoom verticalPadding={100} horizontalPadding={50} />
@retyui this is not solution for this issue
Is there any way to let images zooming out lower than 100%? Here on the example page no images can be zoom out to be smaller than it's full size.
https://react-quick-pinch-zoom.netlify.app/
It looks like
minZoom
prop does not really let images be smaller - they just bouncing if you try to zoom it out, and return to 100% scale.