Davirus
(David Guillermo Escalante Trinidad)
1
So, there is this webpage I was asked to turn responsive, but I also was asked to make it compatible with 4k screens.
This is how it looks at 1900 breakpoint
But this its how it look in an iMac 4k
Since hype doesn’t allow me to zoom out enough to reach the 4096 breakpoint in a way that make it easy to work:
Im wondering if there is a way to make the browser to scale up the 1900 content to 4k without the need to make a new layout.
The webpage so far: https://dl.dropboxusercontent.com/u/67104790/Clientes/megatel/megatel.html
1 Like
jonathan
(Jonathan Deutsch)
2
You can put everything in a group and use flexible layout. Alternatively there's a code snippet here that will scale the whole document:
1 Like
Davirus
(David Guillermo Escalante Trinidad)
3
That did the trick, thanks (the flexible layout).
1 Like