:
Huh, I didn’t know that.
I guess if it’s possible to use those conditionals to detect width in a similar fashion to CSS media queries it would be totally possible to have it conditionally display usernames in one container or another.
I wonder if conditionals update on browser resize though...
|
They won't. Conditionals are only refreshed when the page is loaded or refreshed. In practice this shouldn't be a problem though since the size is static 99% of the time. You just have to make sure it detects the browser properly and displays the right HTML for it.