Skip to content

Commit 8d8bfdd

Browse files
committed
Disable check image origin (CORS)
- bugfix S3
1 parent b427ce5 commit 8d8bfdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/crop.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
5858
$image = $('.crop-container > img');
5959
options = {
60+
checkImageOrigin: false,
6061
aspectRatio: 16 / 9,
6162
preview: ".img-preview",
6263
strict: false,

0 commit comments

Comments
 (0)