I have a P&ID mimic created inside a coordinate container that needs to display nicely from 1366x768 up to 1920x1280. I’m mostly there, using percent mode in the coord container, but this doesn’t affect font sizes. I’ve attempted to use media queries, but wondering if there’s a way to get it to scale evenly, like in Vision?
Not really. You can use viewport units to sort-of fake it, but for it to work very well your view must take up a consistent fraction of the overall viewport.