What do these attributes mean for meta tags?
<meta name="viewport" content="width=device-width, initial-scale=1.0"> What do these attributes mean for meta tags?
<meta name="viewport" content="width=device-width, initial-scale=1.0"> This is the meta tag for determining the device from which you visited the site, initial-scale is the scale of the page initially, and width = device-width determines the width of the viewporta, read more here http://frontender.com.ua/mobile-web/wtf -viewport /
Source: https://ru.stackoverflow.com/questions/533772/
All Articles