1. damador
  2. Free Templates / Extensions
  3. Tuesday, 11 August 2015
  4.  Subscribe via email
Hi friends,
In my website I cant enlarge text and images with swipe function in smartphones.
Im using Virtuso template.
Can you help me please?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

In your templates styles.php (../templates/j51_virtuoso/php/styles.php) try replacing the following (approx. line 21)...


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


With...


<meta content="width=device-width; initial-scale=1.0; maximum-scale=2.0; user-scalable=1;" name="viewport">


Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán:
It works, thanks a lot
But, I have the impression that there is a limit on zoom.
I need my screen "open" more. Is it possible?
As always I thank you for your excellent support.
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You can increase the available zoom by editing the 'maximum-scale' option of the replaced meta content tag.

Eg..


<meta content="width=device-width; initial-scale=1.0; maximum-scale=4.0; user-scalable=1;" name="viewport">


Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Ciarán:
Thanks a lot. It works perfectly.
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!