mgsisk / webcomic

Comic publishing power for the web. Turn your WordPress-powered site into a comic publishing platform with Webcomic.
http://wordpress.org/plugins/webcomic
GNU General Public License v2.0
110 stars 29 forks source link

Site isn't resizeable on mobile #188

Closed DecidedlyDusty closed 10 years ago

DecidedlyDusty commented 10 years ago

On mobile devices, my site won't zoom in or out. It just snaps back to a level that's too "close".

I did some reading and thought that it might be related to the Responsive Width, but changing that doesn't seem to do anything.

mgsisk commented 10 years ago

You may need to modify to modify line 98 in /inkblot/functions.php:

<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">

to something like:

<meta name="viewport" content="width=device-width,initial-scale=1">