--- title: width slug: Web/CSS/@viewport/width translation_of: Web/CSS/@viewport translation_of_original: Web/CSS/@viewport/width ---
The width CSS descriptor is shorthand for setting both the min-width
and the max-width
descriptors of the viewport. By providing one viewport length value, that value will determine both the min-width
and the max-width
to the value provided.
If two viewport values are provided the first value will be set to the min-width
and the second value will be set max-width
.
/* An example with one viewport value: */ @viewport { width: 320px; } /* An example with two viewport values: */ @viewport { width: 320px, 120px; }
auto
<length>
<percentage>
auto | <length> | <percentage>
Specification | Status | Comment |
---|---|---|
{{SpecName('CSS3 Device', '#descdef-viewport-min-width', '"min-width" descriptor')}} | {{Spec2('CSS3 Device')}} | Initial definition |
{{ CompatibilityTable() }}
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 29 (behind a flag) | {{CompatNo}} | 10 {{property_prefix("-ms")}} | 11.10 Removed in 15 Reintroduced behind a flag in 16 |
{{CompatNo}} |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile | ||
---|---|---|---|---|---|---|---|---|
Basic support |
|
|
{{CompatNo}} | 10{{property_prefix("-ms")}} | 11.10 Removed in 15 Reintroduced behind a flag in 16 |
{{CompatNo}} |