I have a site with image manipulations attached to my file upload directories, and it’s working great when used as specified in the docs.
The issue is that I have another channel where the client needs to be able to upload files from within a WYSIWYG text field (Expresso, in this case, but I don’t think that matters) where I can’t edit the generated image tag to include the manipulated file directory. Is there a way that I can give them access to the manipulated image folders in the file browser, so they can choose the resized images directly?
For example, within my images directory, there is a _300x200 folder and a _thumbs folder containing the manipulated images, but when browsing with the file browser, I can’t see those folders. Is there any way to make them accessible?
The client for this site can’t seem to resize images on their own, so it’s great that the system can do it for them—it’s just not working in this particular situation.