[HELP] Create/load image in gui lua

Hi,
I try to develop a phone and I want to load (lua) a picture in the background but i don’t know how
please help me just for that ty

If you know HTML, you should know how to do this.

Just add your images to the “files” array in the resource file then, add it with the background-image style property.

Edit: read about the background-image property here:
https://www.w3schools.com/cssref/pr_background-image.asp

Thank you, i will try this