Make your site responsive on Mobile phones
As the world of smartphone are increasing, millions of user use their smartphone to search the internet, Because of this many user are making the sites responsive for smartphone user which this code
- Go to edit HTML and find this line
<b:include data='blog' name='all-head-content'/>
- Paste this code below the link and save it
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width, initial-scale=1.0, user-scalable=0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if>
Comments
Post a Comment