How to enable zoom in on Blogspot (Blogger) Zoom in/out doesn’t work

Today I am going to show you How to enable zoom in on Blogspot or How to enable zoom in/out on the Blogspot (Blogger) site.

How to enable zoom in on Blogspot

  1. Sign in your blogger.
  2. And go to the Theme Section.
  3. Next edit the HTML.
  1. Search ” Viewport “.
  2. And you got something like,
<meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'/>

And Replace with,

<meta content='width=device-width, initial-scale=1.0, maximum-scale=10.0, user-scalable=yes' name='viewport'/>

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top