I have saved photos in a directory on my server. However, whenever i try to fetch them, it either says 404 not found (if fetched directly via URL in a browser), or it shows the picture icon on a card. I need it specifically to put the photos as background photos of card elements. How can i achieve this?
So far, i tried putting the directory name/file name in the URL column for a card (example: DIRECTORY/#PHOTO_NAME_COLUMN#), but it simply doesn't want to show them. I want to remake the Movies list app from the tutorial for my own purposes.