Allow zooming for mobile devices - Joomla! Forum - community, help and support
hi,
is there extension joomla "definitely allow mobile zooming"?
or there solution this?
thank help!
is there extension joomla "definitely allow mobile zooming"?
or there solution this?
thank help!
hi dreamreader,
the quickest , easiest solution add below snippet templates <head></head> section. should allow user zoom in while browsing website on mobile/tablet.
alternatively, better solution use template responsive 'out-of-the-box' template automatically adapts users screen size/device.
best regards
the quickest , easiest solution add below snippet templates <head></head> section. should allow user zoom in while browsing website on mobile/tablet.
code: select all
<meta name="viewport" content="width=device-width, initial-scale=.5, maximum-scale=12.0, minimum-scale=.25, user-scalable=yes"/>
alternatively, better solution use template responsive 'out-of-the-box' template automatically adapts users screen size/device.
best regards
Comments
Post a Comment