• I’m trying to figure out how to lock my page so that when I zoom in and zoom out it doesn’t look so aweful.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Can you post a link?

    Thread Starter djdancer

    (@djdancer)

    It’s not up on the web but as soon as I’m done migrating I can.
    Thank you! 🙂

    Hi djdancer,

    Try this

    <meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no”>

    Here is the link for detail.

    Thread Starter djdancer

    (@djdancer)

    Thank you Nisha. Where did you put the meta tag?

    Thread Starter djdancer

    (@djdancer)

    I put it in my header.php file but it’s already in there. My site: glmri.com

    You have written as like this.
    <meta name=”viewport” content=”initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width”>

    You should define the device-width, mean width=500 or width=320
    Read this post.

    Thread Starter djdancer

    (@djdancer)

    Does this work for the computer as well as for the mobile phone? Everything I’m reading says for mobile. When I zoom in or out on my desktop my page looks terrible. So if others are at a different resolution or zooming it’s going to look terrible to them to. How do I fix this?

    This is only for mobile. We can not fix for desktop and no one checks the site by zoom in or out.

    There’s not a simple fix other than building from the ground up with support for zooming in mind. I strongly recommend against disabling zooming entirely (which I’m not even sure is technically possible on desktop). This article, while talking about mobile, lists many of the reasons it’s a bad idea.

    Thread Starter djdancer

    (@djdancer)

    Thank you both. Unfortunately I zoom all the time because I have visual problems. I guess zooming somewhat is okay but when I zoom out my site looks terrible. You can check it out: glmri.com.

    Hey, You can choose a better theme for your site that looks good on zoom in or out.
    Or, if you are a developer then you can fix this issue(looks terrible issue) from CSS.

    Thread Starter djdancer

    (@djdancer)

    Thanks Nisha. That’s why I came here for “support”. I’m asking what I can do to fix it. If I knew how to fix it with css I wouldn’t need to come to ask for help.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Lock page – zoom in and zoom out’ is closed to new replies.