fit
The image fit mode, determining how the image is resized within its container.
fit: "cover" | "contain" | "fill" | "scale-down" | "none";
Notes
contain— fits within the container, maintaining aspect ratio; may letterbox (default).cover— fills the container, maintaining aspect ratio, cropping if necessary.fill— stretches to fill the container; may distort the image.scale-down— likecontain, but never scales up beyond natural size.none— displayed at natural size, no scaling applied.
Related
class UIImage
A view class that represents an image or icon control.
