scottcheng / cropit

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

Default image preview #186

Open mseckz opened 8 years ago

mseckz commented 8 years ago

Hello, thanks for the plugin.

I have a problem, when i try to put a ImageState { src: 'url' } and the image doesn't show (no console error). I'm using laravel 5.1 and my url is from a route response because the image is in the storage folder, but when I put a image from the public folder it works. I test the url in the browser and it shows the image

Thanks in advance.

bilalbutt044 commented 5 years ago

i have same issue . have anyone found solution of it ?