Just developing my first Umbraco 7 site and miss the possibility to crop images.
I have tested the new "Image Cropper"-datatype and likes the crop-function, but i don't like that the users are forced to upload an images to the site, instead of just selecting an existing image from thw media-folder. I think the "Image Cropper"-datatype was perfect, if just it was possible to select an exsisting images from the media-folder.
Does anyone know about a datatype that supports that? Or any idea of cropping an image selected with a media picker?
You can use the image cropper with items in media. I would suggest you watch uHangout EP30 where I show all the various options for using the image cropper.
The website code used in uHangout can be found on GitHub here
If I have an image and want to set it as a cover photo in a page, with width 100% and a fixed height of 563px, how can I achive this with Image cropper pls and using the slimsy package?
I'm actually looking for the same thing as Jacob - I need the Image Cropper as it is out of the box, but instead of an "upload experience", I'd prefer it to be a media picker and after picking the media you can change the crop (blue dot, zoom, etc) within the content without having to jump out to the media section like you showed in your uHangout. I assume there is no configurable out of the box way to do that?
I'm also VERY interested to be able to pick images from Media Library like Media Picker does instead of uploading a new image when using the Image Copper. Can't figure out how to do this tho.
The explanation is in the video Jeavon posted, uHangout E030
, at about 12:30. I tested it because my customer wanted this feature, it works really well (I'm using Umbraco 7.1.8). Basically, you'll have to go to Settings > MediaTypes > Image, change the property for Upload Image from Type: Upload to Type: ImageCropper. In your document type, change the type for the property image that you want to crop to MediaPicker.
In your code, you have to do something like
Image cropper with media picker
Hey
Just developing my first Umbraco 7 site and miss the possibility to crop images.
I have tested the new "Image Cropper"-datatype and likes the crop-function, but i don't like that the users are forced to upload an images to the site, instead of just selecting an existing image from thw media-folder. I think the "Image Cropper"-datatype was perfect, if just it was possible to select an exsisting images from the media-folder.
Does anyone know about a datatype that supports that? Or any idea of cropping an image selected with a media picker?
Hi Jacob,
Welcome to Our!
You can use the image cropper with items in media. I would suggest you watch uHangout EP30 where I show all the various options for using the image cropper.
The website code used in uHangout can be found on GitHub here
I hope that helps?
Jeavon
Hi Jeavon,
I same problem with Jacob but mine is I want to get the images in the surface controller and in your video you didn't included it.
I hope you can help with this.
Thank you,
Jin
Hi All,
What I did is
Hope some will help me about this error.
Jin
Hi Jeavon,
If I have an image and want to set it as a cover photo in a page, with width 100% and a fixed height of 563px, how can I achive this with Image cropper pls and using the slimsy package?
Thank you very much.
Regards
Hey Jeavon,
I'm actually looking for the same thing as Jacob - I need the Image Cropper as it is out of the box, but instead of an "upload experience", I'd prefer it to be a media picker and after picking the media you can change the crop (blue dot, zoom, etc) within the content without having to jump out to the media section like you showed in your uHangout. I assume there is no configurable out of the box way to do that?
Regards,
Matt
Hi All,
I'm also VERY interested to be able to pick images from Media Library like Media Picker does instead of uploading a new image when using the Image Copper. Can't figure out how to do this tho.
Any help would be greatly appreciated :)
The explanation is in the video Jeavon posted, uHangout E030 , at about 12:30. I tested it because my customer wanted this feature, it works really well (I'm using Umbraco 7.1.8). Basically, you'll have to go to Settings > MediaTypes > Image, change the property for Upload Image from Type: Upload to Type: ImageCropper. In your document type, change the type for the property image that you want to crop to MediaPicker. In your code, you have to do something like
or, if you defined a crop size
Hope this helps!
is working on a reply...