|
|
|
|
|
by lancer383
4464 days ago
|
|
The page itself (not the slider), sets a fixed viewport, which means that a user cannot pinch/zoom the page on a tablet/phone. Here is the code: <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
Removing that little "user-scalable=0" should fix it, as being able to zoom in on a page is a nice feature, and shouldn't be disabled unless there is a really good reason. |
|