thdoan / magnify

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

Slick slider overflow hidden cuts the lens in the edge of the active slide. #57

Closed tobidemski closed 5 years ago

tobidemski commented 5 years ago

Hey guys,

i like your plugin and it works so far really great. But now i tried to use this in a slick slider and having a problem that the lens gets cut at the edge because slick needs to use "overflow: hidden" for the slick-list to hide all other slides which are not active. It would be great if the plugin could create the elements under the body element to prevent overflow hidden problems.

lens cutted

What do you think?

best regards

thdoan commented 5 years ago

Thanks for reporting this. Unfortunately, making this change will require major changes to the plugin, in which case it would be easier to write a new one from scratch. Hence, I will not be fixing this.