simberak Posted July 3, 2019 Share Posted July 3, 2019 Hello everybody, Can somebody help me with this little thing? I want my visitors to enable the zoom function on my website (www.sperkyleclay.cz) on their mobile devices. In <head> I have this: <meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=3, initial-scale=1.0" /> But it doesnt work I cant zoom with gesture or double tap on screen... I also tried following: <meta name="viewport" content="width=device-width, initial-scale=1.0" /> and <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> and nothing work Maybee it has to do something with css media queries which are blocking it? But I dont know how or what to look for... I was googling and no luck Thank you ver ymuch for helping, Daniel Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now