Skip to main content

Image

Properties

PropertyTypeOptionalDescription
srcstringyesthe image to display
[events]functionyesPlease read the events page

Children

Not supported on image.

How to use local images with it

Read Images for more information.

Example

local image = fObj:createElement("Image", {
width = "100%",
height = "100%",
src = "fortnite.jpg",
onClick = function()
print("Clicked image!")
end
})