bergie / create

Midgard Create, a generic web editing interface for any CMS
https://bergie.github.com/create
MIT License
2.47k stars 279 forks source link

Image plugin #193

Open lsmith77 opened 10 years ago

lsmith77 commented 10 years ago

Image plugin for Create.js to have it handle images in a generic way and make the wysiwyg editors use them

lsmith77 commented 10 years ago

not sure .. but maybe http://www.dropzonejs.com could be useful .. but i think it doesn't degrade gracefully :-/

iJungleboy commented 9 years ago

I'm just creating a dropzone add-on. interested?

Kingtreemonkey commented 9 years ago

Id be interested in taking a look at that :+1:

iJungleboy commented 9 years ago

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.