i wanted my users to be able to zoom in on the screen to see the images better so i changed this line in head.php -
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
TO
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
It seems to work for me
Anyone see any potential problems?