So I’m wondering if there is a way to disable a user from zooming in on my webflow site when they are looking on their phone? I can’t seem to figure it out. Maybe there is a snippet of code I can add to the header of the site?
Thanks!
Bryan
So I’m wondering if there is a way to disable a user from zooming in on my webflow site when they are looking on their phone? I can’t seem to figure it out. Maybe there is a snippet of code I can add to the header of the site?
Thanks!
Bryan
I was wondering this too but I figured it out!
Put this in the footer code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.