Nowadays, millions and millions of people are using mobile devices to access internet. If you don't make your blogs compatible with mobile devices. You may lose all your mobile readers. A normal blog takes a lot of time to load and, the size of your blog is too big for a mobile device. Thus, we have to make another version of your blog for mobile readers. Luckily, with Blogger/Blogspot platform, you can achieve this with ease. The following instruction will show you how to do it.
- Login to your account --> Design --> Edit HTML
- Click on "Download Full Template" to save a copy of your template.
- Search for
- Copy and paste the following code right after the <head> tag
- Save your template and you are done.
<head>
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=2.0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if>
0 comments:
Why not leave a comment? No matter what, I'd love to hear from you!
Post a Comment