mirror of
https://github.com/strapi/strapi.git
synced 2025-12-12 15:32:42 +00:00
fix: allow cross origin sources when cropping images (#22126)
This commit is contained in:
parent
80703cd6d0
commit
69f18c8c7e
@ -45,6 +45,7 @@ export const useCropImg = () => {
|
||||
zoomable: false,
|
||||
cropBoxResizable: true,
|
||||
background: false,
|
||||
checkCrossOrigin: false,
|
||||
crop: handleResize,
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user