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
After having made some changes with images path, I can't get Croppa to work again. Are there logs somewhere to see what Croppa is trying to do and why it's not generating my images anymore ?
Croppa::url('foo.jpg', 200) just returns string '/uploads/foo-200_.jpg' and no more. When you request '/uploads/foo-200_' croppa generates thumb.
You can generate it programmatically by render method ( watch manual ).
After having made some changes with images path, I can't get Croppa to work again. Are there logs somewhere to see what Croppa is trying to do and why it's not generating my images anymore ?
Below is a single test I made:
What's wrong in this example ?
The text was updated successfully, but these errors were encountered: