-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
The new "heights" attribute is part of the layout=responsive ecosystem. It's developed in #1331
The rules are very similar to sizes attribute:
- If
layoutis not specified andheightsattribute is specified - implied layout isresponsive heightsattribute can only be specified for elements withlayout=responsive- input or implied- The format of the
heightsattribute is the same assizeswith a single exception that%are allowed as values (not sure we actually validate content ofsizesattribute).
Reactions are currently unavailable