Timeline for how to set font size based on container size?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 1, 2017 at 23:08 | comment | added | Henry Howeson | Try using: window.onresize = function(event) { yourFunctionHere(); }; as well, this way if the user decides to resize their page after it has loaded your font will resize appropriately | |
| Apr 25, 2012 at 0:48 | vote | accept | FurtiveFelon | ||
| Apr 24, 2012 at 7:33 | history | answered | Matthew Riches | CC BY-SA 3.0 |