Re: Update on TR design project
fantasai <[email protected]> Tue, 12 Jan 2016 16:34:34 -0800
| Newsgroups | gmane.org.w3c.specifications |
|---|---|
| Message-ID | <[email protected]> |
On 01/06/2016 09:20 AM, Edward O'Connor wrote: > Hi Philippe, > > You wrote: > >> 1. Include <meta> for mobile display >> <meta name="viewport" content="width=device-width, >> initial-scale=1.0, width=content-width, shrink-to-fit=no"> > > I assume the second width is an error. s/, width=content-width// Okay, so final incantation seems to be: <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> ~fantasai