imazen / studiojs

[Deprecated] A set of jQuery plugins that compose a flexible, web-based image editing studio.
92 stars 29 forks source link

Local machine Images not working #17

Open rohitbokade opened 8 years ago

rohitbokade commented 8 years ago

I have integrated your code successfully. But when I use my local machine images, all features not working see this code : $(function () { $('div.studio1').ImageStudio({ url: 'myimage.jpg?maxwidth=1089&maxheight=532&cache=no&scache=mem' }); });

But when i used online image of your code its working fine : url - "http://resizer.apphb.com/fountain-small.jpg?width=400&scache=mem&cache=no"

Please help me to resolve this issue