fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

cropBox orientation switch #846

Closed josefglatz closed 7 years ago

josefglatz commented 7 years ago

Hi,

I'm using cropper within TYPO3 CMS, where cropper is used for image manipulations within the TYPO3 backend. Editors can crop images when adding images to content elements. TYPO3 CMS actually uses just a bunch of the cropper's feature. At first, thanks for such a great tool!

What I actually miss is the possibility to switch/toggle the actual cropBox orientation between landscape/portrait. For example, this could be an image like the one of google chrome's responsive toolbar image The location of the toggle/button could be placed within the crop area. For example image

After thinking about, there are some open questions:

What do you think about such a builtin feature?

fengyuanchen commented 7 years ago

Just use the methods to customize it.

If every feature build in the core cropper code, then it will be becoming more and more bloated, then it will be hard to maintain and dead at the end.

josefglatz commented 7 years ago

Many thanks!