junaidbhura / auto-cloudinary

Super simple Cloudinary auto-upload implementation for WordPress.
https://wordpress.org/plugins/auto-cloudinary/
MIT License
40 stars 9 forks source link

Default crop options in WP Admin #10

Closed junaidbhura closed 5 years ago

junaidbhura commented 5 years ago

In light of recent issues ( #8, #9 ), it appears that it would be easier to actually have control over the default crop options in the WP Admin, rather than just via filters.

Three options could be added for this:

  1. Default Crop (fill, fit) - Default fill
  2. Default Hard Crop (fill, fit) - Default fill
  3. Default Soft Crop (fill, fit) - Default fit

Any additional crops can be added via the existing filters.