If you come across this issue, don’t use a weblink! Use pathing instead!
If your image is in the folder where you coding is, you can just use the image file name. Otherwise you can use ‘./ImageFolderName/Imgname.png’
You can also apparently use ‘./ImageFolderName/’+arrayname[index].arrayattribute+’.png’
If you want that image to be array quality specific.
CLICK HERE to find out more related problems solutions.