Can you help me figure out how to make my website appear at its normal size on mobile devices? I want the entire website to be visible without the need for scrolling, but still allow users to zoom in if needed.
I've already tried:
<meta name="viewport" content="width=device-width, initial-scale=0, user-scalable=yes">
min-width: 320 px
However, none of these solutions have worked for me. I'm using Bootstrap and have set the width to 1400 px, but I want the mobile view to replicate the desktop view with a minimal amount of zooming required.
Any suggestions would be greatly appreciated. Thank you!