• madjik

    (@madjik)


    Why don’t you let the user choose to zoom or not? and let the width adapt?

    Instead of:
    <meta name=”viewport” content=”width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;”/>

    Better:
    <meta name=”viewport” content=”width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=3.0, minimum-scale=0.25″ />

  • The topic ‘[Plugin: WordPress Mobile Edition] Author please allow zoom!’ is closed to new replies.