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
Post a Comment