jaames / iro.js

🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats

Home Page:https://iro.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for CSS zoom (scale transform).

paganaye opened this issue · comments

The color picker is not handling the mouse properly if the zoom is not at 100%.

https://codepen.io/paganaye/pen/QWMMRVY

commented

css zoom is handled differently by different browsers, is extremely hard to detect and predict, and is non-standard. i do not have any intentions of trying to add workarounds for whatever hacky shit people are trying to use it for.