fat / zoom.js

Medium's Image Zoom for jQuery
https://fat.github.io/zoom.js
MIT License
4.04k stars 331 forks source link

fix blurred image in chrome - Round translate parameters #52

Open daxhns opened 9 years ago

daxhns commented 9 years ago

Added Math.round() around parameters for the translate to force them to whole numbers and not a decimal value. Since the unit is pixels, decimal values (for examle 20.5) create slightly blurred images (when in 100% zoomed state) in Chrome.