I recently created a website that looks perfect at the standard 100% zoom level. However, I noticed that on some laptops, the default recommended zoom is set to 150%, which affects the appearance of my site for the worse.
Is there a way to ensure that my application always starts with a 100% zoom level?
I attempted using zoom CSS (not the ideal solution) but it proved ineffective in Safari and Firefox. I also tried adjusting the initial-scale in the meta tag without success.
If you have any suggestions or solutions, please share - thank you!