# Image Fit
locked
responsive
group
This option controls how an image "fits" within its containers.
Value | Description |
---|---|
None | The original image sizing is left intact |
Contain | The image will fit inside its container while maintaining its aspect ratio |
Cover | The image will fill its container, while maintaining its aspect ratio |
Fill | The image will fill its container, while NOT maintaining its aspect ratio |
Scale Down | Behaves as if "None" or "Contain" were selected, whichever ends up being smaller |
# Side Effects
Changing this will reset the Aspect Ratio option.