Hi all,
I've created an app which has quite a high number of images - this is simply for aesthetic purposes and nothing else. What is the most optimal way to "call" this images when they should be visible?
I avoided uploading them into media as I thought I read somewhere that would reduce the performance of the app. Instead I have basically created a SP list of all the images and then do a lookup on said list. It feels like there should be a better way to do this but I'm yet to find someone write about the topic
TIA