Hello, I’m trying to get images from my API (in a list format) to work with the carousel and i cannot get it to work. I think its because my API sends the images as
“url”: “image address”
instead of
“image_url”: “image address”
If you know how I can change it may you please tell me, or if you have another solution I can try any help would be appreciated
The first image is a screenshot of it how it comes from the API (doesn’t work)
The second is one I placed in manually with “image_url”: in front