Hello,
The viewport tag is an HTML meta tag that tells browsers how to control the page’s dimensions and scaling on different devices, especially mobiles and tablets.
By default, WoodMart uses this viewport tag:
https://codeshare.io/anqeVE
- If you set it to Scalable, visitors will be able to zoom in/out on your website from mobile devices, which is considered a best practice for accessibility.
- If you set it to Non-scalable, the site will still look fine, but users won’t be able to pinch-zoom on their screens. Some website owners prefer this for design consistency.
Our recommendation: keep the viewport set to Scalable to provide a better user experience and accessibility compliance, unless you specifically want to restrict zooming.
Best Regards,