Sizing of container on different zoom levels
Hey guys, how can we manage the responsiveness when someone zoom in and out the screen. Is there any calculation or media query for that?
#front-end
3 Replies
What exactly is happening? Do you have some example code?
Yea going to need a minimal demo or the replication of the issue to be able to help.
make sure you have
<meta name="viewport" content="width=device-width, initial-scale=1">
in your <head>
but past that it would be just guessing (like me guessing about abusing viewport units).I'm going to make a completely blind guess (because I had this same question when I was new to css) you want to have it so that when the user zooms out it keeps something like this?