css - Website size to mobile -
i have website in build, if adjust browser (reduce width phone size) squishes perfectly, in theory optimized mobile.
however mobile automatically fit screen, means on mobile looks little little without zooming in.
is there easy prepare this?
i think problem haven't set viewport device width. mobile browsers default behavior scales downwards site fit content. utilize next meta tag in <head>
section create responsive layout work.
<meta name="viewport" content="width=device=width, initial-scale=1.0, maximum-scale=1.0,">
css mobile
No comments:
Post a Comment