Stop users from zooming in on your website HTMLπŸ”›πŸ™…β€β™‚οΈ

Nicolas Carmont
1 min readJan 16, 2021

How to stop users from zooming into your website in HTML:

1.) Insert this meta tag within your <head> tags πŸ’»

Insert this meta tag within the <head>here</head> tags in your HTML file:

<meta name="viewport" content= "width=device-width, user-scalable=no">

Thanks for reading! πŸ‘ Please leave a clap if this helped. Also…

⚠️ πŸ’» IMPORTANT: If you’re building a website, it’s important you also think about:

1. πŸŽ₯ Embedding a Youtube video into your website

2. πŸ‘₯ Adding a thumbnail for sharing on social media:

3. 🎡 Play Audio on your HTML website

4. βœ… Free resources for images, icons, and more on your website

5. πŸ–Ό Adding an icon to your website tab (HTML, favicon)

--

--

Nicolas Carmont

26K+ Reads ✍🏼 Co-founder & CTO @Connect Earth. Ex-Amazon πŸ‘¨β€πŸ’» Passionate about sustainability and softwareπŸ‘Œ Views are all my own.