Skip to content
On this page

Image

On this page you find the documentation for the GUI Component Image.

Introduction

The Image component is a view that shows an image to the user. Pass the URL to the image (must be available online using the HTTP or HTTPS protocol) as the component's main content.

Example

Resizing the image

The Image will occupy the space given to it by the layout it's in (or the entire screen if the Image is the root component). If you want to make the Image smaller within that space, add padding to it.

Example