css.properties

grid-auto-rows

The grid-auto-rows property specifies the height of implicitly created grid rows.

Formal Syntax

<track-size>+

See specification

JavaScript Access

// Access via element.style
element.style.gridAutoRows = 'auto';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
grid-auto-rows577010.116
auto575210.116
max-content57521116
min-content57521116

Related Properties