Support for 1080p and 4k screens #5353
Replies: 2 comments
-
|
Can you provide an example or your specific use case? I mean, I'm pretty sure Tailwinds already covers the utility classes to scale text or other elements to be fit with most common screen sizes, unless you have some very specific use case or working with odds sizes tailwind should work fine. Has been using Tailwind for responsive stuff from mobile to 4k or even 8k sizes, and I don't see any problem with current responsive utilities. Not sure what your specific problems would be, so maybe providing an example will help to make it more clear? |
Beta Was this translation helpful? Give feedback.
-
|
Many screens are above 1536px which is 2xl atm. A 4K display is 3840px same is all decent monitors. It would make perfectly sense to extend tailWind with these: '3xl': '1920px', |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Create proper utility classes for screen widths 1920px, 3840px and create all text sizes, width sizes accordingly.
I've been using tailwind css for a long time and its exhausting to type all the custom sizes everytime.
1080p and 4k screens are more common than one might think.
Please consider doing so.
Beta Was this translation helpful? Give feedback.
All reactions