• Resolved DustyGhost

    (@dustyghost)


    Hello all,

    I have spent a lot of effort to make my site more mobile friendly by implementing a responsive theme.

    I am using the Infinite Pro theme and the Comic Easel pluggin

    If you look at this page on a mobile phone.

    If you look on a screen that is an Samsung Galaxy S3 size or smaller, you will see that you cannot zoom in to see the image.

    This is causing me a headache, as the whole point me implementing this theme was to make it more mobile friendly, and now people cannot read the comic on a mobile device as it’s too small.

    Does anyone know how I can resolve this using CSS? All I really want to to allow the user to zoom in and see the whole image.

    Mark

Viewing 1 replies (of 1 total)
  • Thread Starter DustyGhost

    (@dustyghost)

    Found a solution:

    In the themes header.php file there is this:

    <!-- Mobile Specific Meta -->
    	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

    I have just changed this to:

    <!-- Mobile Specific Meta -->
    	<meta name="viewport" content="width=device-width, initial-scale=1">
Viewing 1 replies (of 1 total)
  • The topic ‘Responsive: Can't zoom on comic image’ is closed to new replies.