Object Fit
Elevate CSS features a compound property for setting how a replaced element should fit its container:
fit Property Modifiers
| Property | Expected Values | Example |
|---|---|---|
fit | fill, contain, cover, none, scale-down | fit:cover |
Object Position
| Property | Expected Values | Example |
|---|---|---|
object-position | PassThroughToken (e.g., (center_top) ) | object-position:(center_top) |