You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Huh, didn't even know about the underscore trick, but that makes sense, which is in use for transforms. A valid option, but certainly configurable as some people might want the originals client-available just in case. I'll look at making that configurable, or at the very least if you get to it first, approve a PR.
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.
The text was updated successfully, but these errors were encountered: