- From: Florian Rivoal via GitHub <sysbot+gh@w3.org>
- Date: Thu, 07 Jul 2016 07:00:10 +0000
- To: public-css-archive@w3.org
I think one of the more interesting feature of `@viewport` in addition to what you can get with meta viewport's `width=device-width` is `@viewport { min-width: [some length]; }` It says that the we site is responsive and the viewport can safely be shrunk down, but only to a point, which you specify. Large enough phones don't mess with the viewport, small ones need to zoom out, but only a bit to cover the larger-phone-size, not all the way to the desktop-size. And this works just as well on desktop to let you deal with small windows. -- GitHub Notification of comment by frivoal Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/258#issuecomment-230998872 using your GitHub account
Received on Thursday, 7 July 2016 07:00:55 UTC