I have tried everything I can and I can’t get an image to load with the twig image manipulation tag from a global directory. I basically want this to work on any page:
I created a folder in user/pages called ‘images’ and put my image in there but it won’t load. I also created a folder user/images and tried to load it from there but no cigar:
Ok, I know the problem. The way you are trying to load the image is via page.media which is basically just an array of the media for the current page. To do what your trying to do you would need first get the images page, and then manipulate its media. So something like: