Hi,
I am using Page Resources to get the images for each page. I am using a wildcard with Resources.GetMatch to get the first image returned. I am now trying to implement responsive images and imageConfig requires that I know the complete filename. I’ve read a bunch of docs/websites about page resources but I’ve yet to work out how to get the full filename of the file so I can pass it to imageConfig.
Is it possible to get the filename of a file found by Resources.GetMatch?