Default Image Url

(ality) #1

I have images that are pulled in from a server. These images are pulled in by customer selections, so there is a chance the image doesn’t exist.

Is there any way to have a default image display if the link provided doesn’t exist? or would I have to use the code feature to check and return the default if it doesn’t exist?

(Karen Barker) #2

Hi @ality,

Unfortunately no there wouldn’t be a way to check if the image exists I’m afraid. It would require custom code to check this and resolve with the URL of either the image if it exists or the default image if it doesn’t. :slight_smile: