'Check for increased font size
Can I check with jQuery whether the User increased the font size and bind a function to this event, to recalculate some stuff when this happens?
Solution 1:[1]
Nope, this is totally browser handling. You can not catch an event if the font size increases, there is no such event unfortunately.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Sarfraz |
