Here is one website which is not responsive but it accommodate full width of mobile screen. http://www.tones.be (try to open on mobile device then you will understand what i mean. it don't have horizontal scroll bar and it is zoom in version of desktop website). I also want to build similar website but unable to figure out how to do so. I know how to use media query for handling screen size. Any suggestion will be helpful.
Put the meta tag in the head
<head>
<title>My Website</title>
<meta name="viewport" content="user-scalable = no">
</head>
You can try this solution. It worked for me.
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=0" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With