good-first-issue
good-first-issue copied to clipboard
Change content 's initial zoom
Changing the site's initial zoom setting.
The Problem
So when I view the site on mobile, the site is slightly zoomed in more than it's content width, and a user would have to zoom out a bit to get to the correct width. This issue is most likely caused due to some overflow in styling elements.
The Solution
To fix this I have changed the content width to maximum-scale=1.0, minimum-scale=1.0.
It prevents the site from being extra zoomed in when it initially loads, ensuring a smooth user experience.
Please let me know if you have any questions!