html - how to show website with full width on mobile devices -


here 1 website not responsive accommodate full width of mobile screen. http://www.tones.be (try open on mobile device understand mean. don't have horizontal scroll bar , zoom in version of desktop website). want build similar website unable figure out how so. know how use media query handling screen size. suggestion helpful.

put meta tag in head

<head>     <title>my website</title>     <meta name="viewport" content="user-scalable = no"> </head> 

Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -