Hacker News new | ask | show | jobs
by Someone1234 1276 days ago
> I just want either a zoom constant so we can know how much the browser is zoomed in or out

So that zooming in on websites has unexpected side effects like some elements ignoring the zoom and staying the same size?

When users zoom they want everything to maintain the same proportions but be larger on their display, but web developers in their infinite wisdom want to do clever stuff when a user zooms so that isn't their experience.

What is a non-abusive use case for this?

1 comments

Actually being able to zoom in font size when vw or vh is used. So it’s to help maintaining what the user wants while being able to scale font sizes with viewport size.
rem scales with zoom