mark-rolich / Magnifier.js

Javascript library enabling magnifying glass effect on an images
MIT License
831 stars 193 forks source link

max-width-patch #25

Open macneilj opened 8 years ago

macneilj commented 8 years ago

Large preview image looks distorted when img tags are set as max-width:100%. (I find many css frameworks commonly do this)

May be worth having this set to max-width none to catch this problem.

Thanks.