--- title: auto slug: Web/CSS/auto tags: - CSS - 'CSS:Referencias' - Todas_las_Categorías translation_of: Web/CSS/width ---
<< Volver
Un valor computado automáticamente por el 'useragent.'
Usando el valor auto en cualquier propiedad, dejamos al navegador que calcule el valor requerido.
FIXME
div { height: 600px; border: 1px solid #000; }
div img { height: auto; border: 1px solid red; }
Categorías Interwiki Languages