Image plugin
lsmith77 opened this issue · 4 comments
lsmith77 commented
Image plugin for Create.js to have it handle images in a generic way and make the wysiwyg editors use them
lsmith77 commented
not sure .. but maybe http://www.dropzonejs.com could be useful .. but i think it doesn't degrade gracefully :-/
iJungleboy commented
I'm just creating a dropzone add-on. interested?
Kingtreemonkey commented
Id be interested in taking a look at that 👍
iJungleboy commented
already on github
https://github.com/iJungleboy/create
There is still a strange issue - placing the dropzone on a <div>
around the <img>
allowed me to click on the text in that div but not the image. So right now I'm binding it to the img, but will look into that next week or so.