-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Hi
While there's already an editor for <img> elements,
I came to different use cases where I couldn't use it in a friendly way:
1/ When image is on the right side of the viewport:
Img editor seems to not being responsive, so I couldn't see the url input correctly
2/ Cropper plugin
Most user don't understand, when to update, load image, crop ratios...etc
The refresh icon from cropper plugin, refreshed with a smaller cropped image (while users thought it was to reset image from initial size)
3/ I wasn't able to customize img popop editor
4/ If people want to upload from Unsplash or other free ressources, they need to copy/paste full url
5/ Usage of mobile phone camera is not implemented by default
While searching for solutions, I came to a really nice and stable github code, and I would like to submit the idea to use it:
It solves all previous usecases, and even allow to transform image (rotate, scale, blur..etc before uploading)
I don't know if all those functions could be done already with Mavo adding code,
or if someone would be interested to implement this javascript as a plugin maybe?
