--- title: max-height slug: Web/CSS/@viewport/max-height tags: - '@viewport' - CSS - Descripteur - Reference translation_of: Web/CSS/@viewport ---
Le descripteur max-height
, rattaché à la règle @ {{cssxref("@viewport")}}, permet de définir la hauteur maximale de la zone d'affichage (viewport) d'un document.
/* Avec un mot-clé */ max-height: auto; /* Valeur de longueur */ /* Type <length> */ max-height: 400px; max-height: 50em; max-height: 20cm; /* Valeur proportionnelle */ /* Type <percentage> */ max-height: 75%;
auto
<length>
<percentage>
{{csssyntax}}
@viewport { max-height: 600px; }
Spécification | État | Commentaires |
---|---|---|
{{SpecName('CSS3 Device', '#descdef-viewport-max-height', '"max-height" descriptor')}} | {{Spec2('CSS3 Device')}} | Définition initiale. |
{{cssinfo}}
{{Compat("css.at-rules.viewport.max-height")}}