I also use a Media Picker that derives from the Image Cropper, but my images are never resized and I'm using images bigger than 1800 square...
Are you sure the uplaoded Media is resized and not just that returned from the Image Cropper??
For me, I set up the Data Type as Image Cropper, but with absolutely no preset crops. Then in code I query the Media Service directly to get the image back (no GetCropUrl).
I use imagegen to resize and cache images as needed, much like the technique listed here :
Sounds like something that should be reported on the issue tracker - Even though it seems to be a Firefox specific issues it's something HQ should know about so they perhaps can figure out if it's something that can be solved or not.
Well what do you know! I can recreate in 7.1.4. As someone in the issue said if you go via 'create' -> 'image' it uploads the full size image, but just going to the folder and dragging does indeed resize images.
Large uploaded images gets resized
When I upload images through the Image Cropper datatype, they get resized.
Ie. I try to upload a 3000x3000 px image, and it gets resized to 1800x1800. Is there any way of disabling this behaviour?
That's odd!
I also use a Media Picker that derives from the Image Cropper, but my images are never resized and I'm using images bigger than 1800 square...
Are you sure the uplaoded Media is resized and not just that returned from the Image Cropper??
For me, I set up the Data Type as Image Cropper, but with absolutely no preset crops. Then in code I query the Media Service directly to get the image back (no GetCropUrl).
I use imagegen to resize and cache images as needed, much like the technique listed here :
https://umbraco.com/follow-us/blog-archive/2014/5/30/developing-a-website-with-responsive-images-using-the-umbraco-v714-image-cropper
Have a look at the article, it may help in as much as setting up your fields.
Let me know if it helps!
As an extra, here's how I get the pure, uncropped image path from the Media Services:
Who knows, it might help you out! Letus know how you fair!
Kind Regards,
Danny "Blatant"
Just an update...
Seems like it works in Chrome and IE. But Firefox resizes on upload.
Hi Søren
Sounds like something that should be reported on the issue tracker - Even though it seems to be a Firefox specific issues it's something HQ should know about so they perhaps can figure out if it's something that can be solved or not.
/Jan
Hi Jan
Just found the same bug in the issue tracker :)
So apparently, I'm not the only one.
http://issues.umbraco.org/issue/U4-5200
Hi Søren
Aah, Cool :) Will go and vote.
Cheers, Jan
Well what do you know! I can recreate in 7.1.4. As someone in the issue said if you go via 'create' -> 'image' it uploads the full size image, but just going to the folder and dragging does indeed resize images.
I've also voted ths issue.
is working on a reply...