thdoan / magnify

A lightweight jQuery magnifying glass zoom plugin.
https://thdoan.github.io/magnify/
MIT License
243 stars 63 forks source link

limit bounds on magnify glass #34

Closed mavrick closed 7 years ago

mavrick commented 7 years ago

Hi there,

Awesome library first up!

I wanted to ask if it was possible to restrict the 'bounds' of the magnify glass so i wouldn't go past the edge of an image. Example:

image

Preferred Result:

image

I wasn't 100% sure if this could be done with the recent update or not.

Cheers

thdoan commented 7 years ago

Hi, thanks ^^. Hmm...interesting scenario. Let me put together a test case and see how we can work this in...

thdoan commented 7 years ago

The limitBounds option has been added to v2.1.0. You can see a demo here:

https://thdoan.github.io/magnify/demo-background.html

Thanks for the suggestion!

mavrick commented 7 years ago

Hi, thanks so much! I will get latest and try this out.

Cheers