Djib

Results 5 comments of Djib

Same problem for me and $client->getEngine()->setPath() has not resolved the issue...

I have the same problem that @guschiavon on react...

You can make this with a middleware. Nice plugin ! Thx !

Ok i found the solution, i use the onLoad attribute on the image to set the crop values. It works !

@immanu10 Yeah of course ! ```javascript const onImageLoad = () => { setCrop({ unit: "%", width: currentFile.crop.w || 50, height: currentFile.crop.h || 50, x: currentFile.crop.x || 25, y: currentFile.crop.y ||...