nuwan
New member
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
โ08-11-2022
09:00 AM
Status:
New idea
It's so easy to support bigger screens like tvs and monitors with qhd/ uhd resolutions by adding custom zoom to the body than changing font size/ styles on each page elements. ex.
@media screen and (min-width: 1920px) { body { zoom:120% } } @media screen and (min-width: 2560px) { body { zoom:160% } } @media screen and (min-width: 3840px) { body { zoom: 180% } }
- Other browsers already support this. At least consider about add as `moz-zoom`, if you think any issue can cause to the websites using polyfills for zoom.
Thanks
6 Comments