A frame filled with a given resource, e.g. an image, an svg, a video.
- URL/Location of file: The location of the resource.
- Background image url: Allows for setting the button's background. Refer to here for further information.
- If these values are provided, the
URL/Location of file-parameter will be ignored.
- object-fit: {cover / contain / stretch}
Controls whether the full resource should be seen, whether it should fill the entire element (and this not be fully visible), or whether it should be stretched to fit the element exactly.