Resolution Independent Design

I have to create some elements to live on a very large screen (8K). I can’t design on that size but I want everything to scale up proportionally - fonts, gaps, everything. I could work at 1920 wide if I could then scale up by exactly 4x

So - I presume starting with defining everything as percentage is a good first step? Are there any Pinegrow tools that will help? I’m thinking to use tailwind, and currently expecting to use Alpine for dynamic data.

Thanks!

Whats driving the display? Eg. Sending a 4k signal will be upscaled by the display anyway wont it? I doubt you need to design pixel for pixel here.

Don’t need to design pixels but need to render to 8k, yeah. It’s a high res LED with people viewing from close.

(If you want the full context it’s a web resource running on a media server at the full res of the LED wall - 4K isn’t any sort of limitation. Definitely an edge case for HTML but some Media Servers use HTML for dynamic content)