I am developing website for 480px to 768px wide screen. when I check website on my PC Chrome on browser width 480px, it looks perfect. But when I see same website on mobile which has resolution 720x1280 using Chrome browser it looks weird.
Include this meta tag in your head section
<meta name="viewport" content="width=device-width, initial-scale=1">
The is helped the OP:
Although the mobile device has a resolution of 720x1280 the device might claim otherwise when it's width is being queried. Width of your device(in px) can be different than resolution(in px).
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