What’s the best way to scale things proportionally while zooming in and out on a web page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What’s the best way to scale things proportionally while zooming in and out on a web page?

I’ve read many threads and guides saying that creating a wrapper or a container that envelopes every visible element on the page is the best way to handle this issue. I tried a few times but it doesn’t seem to work, so I’m probably missing something. Not only elements don’t maintain the same aspect ratio, but they even overlap at some point, making it impossibile to distinguish them. Some websites even make it so that the element you zoom into is not stretched at all. Is it simple to replicate this effect?

7th May 2019, 9:26 AM
Chaz
Chaz - avatar
1 Answer
0
by using vector drawing instead of image file or canvas. for example, svg, css borders.
7th May 2019, 9:32 AM
Gordon
Gordon - avatar