scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
874 stars 305 forks source link

ImageState CORS for amazon s3 url for image src! #172

Closed eliezerkombe closed 8 years ago

eliezerkombe commented 8 years ago

Allow Cross Origin worked well in the previous plugin however in the update, src: amazons3 url throws a cross origin error! Any ideas?

eliezerkombe commented 8 years ago

Actually never mind. I needed to enable CORS on the s3 bucket! did that and now it works like charms!

giaphiep commented 7 years ago

can u give me example setting CORS on the s3 bucket ?. `<?xml version="1.0" encoding="UTF-8"?>

http://example.com PUT POST DELETE * * GET ` but it's still not working.