Skip to content

Image

An image view displays an image inside a canvas.

Use images when the picture itself matters, or when a visual cue works better than text.

Aspect Ratio controls whether the image keeps its proportions. Turn it on to choose Fit or Fill. Turn it off when the image should take the frame’s exact size, even if that changes its proportions.

Use Fit when the full image should remain visible. Use Fill when the image should fill its frame and cropping is acceptable.

A small widget showing an image using fit aspect ratio behavior.A small widget showing an image using fit aspect ratio behavior.
Fit
A small widget showing an image using fill aspect ratio behavior.A small widget showing an image using fill aspect ratio behavior.
Fill
A small widget showing an image with aspect ratio disabled.A small widget showing an image with aspect ratio disabled.
Aspect Ratio off

Rendering Mode controls how the image uses color. Full Color keeps the image colors. Accented uses the system accent treatment, and desaturated reduces color so the image feels quieter in the widget.

Use Full Color when the original image colors matter. Use Accented or Desaturated rendering when the image should behave more like an icon or visual marker.

Give the image view an ID when a shortcut should replace the image later. In Update View, choose that ID, set Property to Image, then fill in the Image field.

Shortcuts shows the file picker by default when you tap the Image field. To use the output of another action instead, touch and hold the Image field, then choose a variable. For example, you can pass the output of Get Contents of URL into Update View.

A Shortcuts workflow where Get Contents of URL passes its output into the Image field of an Update View action.
Touch and hold the Image field to choose another variable, such as Contents of URL.
Property Description
ID Identifies the view so you can find it in the canvas and modify it with Shortcuts actions. Keep it stable for automations.
Visible Hides the view without deleting it. Hidden views are not shown, but they stay in the canvas.
Property Description
Image Chooses the image to display.
Rendering Mode Chooses how the image uses color. Full Color keeps the image colors. Accented and desaturated modes adjust color.
Aspect Ratio Controls whether the image keeps its proportions. When enabled, Content Mode chooses Fit or Fill.
Property Description
Frame Controls size and alignment.
Offset Moves the view visually with an offset.
Padding Adds padding.
Property Description
Opacity Sets transparency from 0 to 100.
Background Adds a background.
Shadow Adds a shadow.
Clip Shape Clips the view to a shape.
Border Adds a border.