Hi there! Currently the nondestructive resize saves images in a folder called /originals, which is then also viewable via Assets. I don't actually want that folder to be viewable via Assets, though, and the easiest way to do that is to add an underscore to the beginning (/_originals). However, there's no way to configure this behavior.
So my suggestion is to allow a configurable name for the folder that the originals to get stored in. I'll potentially fork this and try to do a pull request myself.
Hi there! Currently the nondestructive resize saves images in a folder called
/originals, which is then also viewable via Assets. I don't actually want that folder to be viewable via Assets, though, and the easiest way to do that is to add an underscore to the beginning (/_originals). However, there's no way to configure this behavior.So my suggestion is to allow a configurable name for the folder that the originals to get stored in. I'll potentially fork this and try to do a pull request myself.