Is there a code that can be added to allow an specific image to be zoom-in on a mobile device? (pinch-zoom or expand image)
Hi Wildwood!
Open up the header.php file and change line 35 from this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
To this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
That should let you zoom in on mobiles by pinching, etc etc.
Regards,
Elliott
Hey guys,
Code works like a charm.. The level of zoom appears to be limited.. Can I zoom in any further?
Thanx!