Jacob Bearce
Jacob Bearce
I just ended up switching to [lazysizes](https://github.com/aFarkas/lazysizes)
Adding to this, I'd absolutely love a way to control brightness on external monitors. There's some software out there that does this, I think via a semi-transparent overlay.
I recently found [Twinkle Tray](https://www.microsoft.com/store/productId/9PLJWWSV01LK) which works for me
I haven't seen any movement on this, I'd like a status update as well. I'd love to use this tool, but I simply can't without this feature.
@Jay-o-Way that's fine if that's what you prefer, but I don't see why adding a setting for this would be an issue. If you don't want to use it, simply...
@amrmabdelazeem I don't think so, I've yet to see a setting for it.
@frozenwind85, where is the setting for this? It only shows me one measurement; the unscaled measurement. It doesn't give me both. And in fact, I am doing website and UI...
Too bad @olegskl has seemingly abandoned this project 🙄 this doesn't seem like it'd be that hard to fix, especially given there's a PR... @ronilaukkarinen, any chance you can update...
This is happening for me as well, driving me crazy. This script looks awesome, but I can't get the sizing on textareas right -_-
Trying to figure this out. So far, I've got it working initially with: ``` if (element.scrollHeight == offset) { element.style.height = element.scrollHeight + "px"; } else { element.style.height = element.scrollHeight...