boboldehampsink / cropassets
Crop Assets Plugin for Craft CMS
Installs: 86
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 0
Type:craft-plugin
Requires
- php: ^5.3|^7.0
- ext-gd: *
- ext-mbstring: *
- ext-mcrypt: *
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2022-02-01 12:56:34 UTC
README
Plugin/FieldType that allows you to crop an asset and show it in the front-end.
Important
The plugin's folder should be named "cropassets"
Deprecated
With the release of Craft 3 on 4-4-2018, this plugin has been deprecated. You can still use this with Craft 2 but you are encouraged to use (and develop) a Craft 3 version. At this moment, I have no plans to do so.
Usage
This plugin provides a Crop Assets FieldType that works like the Asset FieldType.
You can upload/select an asset and a crop modal will appear.
After cropping you can show the cropped asset in the front-end.
Roadmap
- Saving of the cropped asset in stead of real-time cropping it?
Changelog
1.0.2
- Verify that the image is present to prevent errors
1.0.1
- Fixed case sensitive path to js resource
1.0.0
- Initial release