The min-width CSS descriptor specifies the minimum width of the viewport of a document defined via @viewport.
By default, min-width is set as close as possible to the initial viewport considering the minimum width constraint.
| Related at-rule | @viewport |
|---|---|
| Initial value | auto |
| Percentages | refer to the width of the initial viewport |
| Media | as each of the properties of the shorthand:
|
| Computed value | if specified as a length, the corresponding absolute length; if specified as a percentage, the specified value; otherwise, auto
|
| Canonical order | the unique non-ambiguous order defined by the formal grammar |
/* Keyword value */ min-width: auto; /* <length> values */ min-width: 320px; min-width: 40em; min-width: 5cm; /* <percentage> value */ min-width: 25%;
auto<length><percentage><viewport-length>where
<viewport-length> = auto | <length-percentage>where
<length-percentage> = <length> | <percentage>
| Specification | Status | Comment |
|---|---|---|
| CSS Device Adaptation The definition of '"min-width" descriptor' in that specification. | Working Draft | Initial definition |
| Desktop | ||||||
|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
| Basic support | 29 | ? | No | 10
|
16
|
No |
| Mobile | |||||||
|---|---|---|---|---|---|---|---|
| Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
| Basic support | 4.4 | 29 | ? | No | ? | No | Yes |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/@viewport/min-width