Hello,
When I upload images to the media library with the “Canvas Image Resize” plugin activated, the images are rotated. With the plug-in deactivated, the images are uploaded normally.
I don’t find any attitude towards this.
Thank you, Johann
Thanks for the plugin! Only wish it would work on PNG images too!
]]>Would you consider helping us integrate your solution into a website – we would be happy to pay for your expertise?
We have a front-end upload form that will be used by the general public, often uploading images directly from their phones. We want the system to be as user friendly as possible, so don’t want a 1mb limit on uploads (Most phone images are 4mb – 6mb), so we’d love to get this system running on our “add item” form.
The website is here: https://tellrodney.com/ (Under development).
Can you help?
]]>Will the changes apply to all images or I can choose which images to resize?
]]>Set dimensions to 1400 width and 1000 height in settings.
Uploaded an image in the media center that was 1600 x 780 and 195.2 kb in size.
After uploading, the file is now 1400 x 683 and 1MB in filesize. HELP!
Note: I’ve been through several image resizing plugins today and they all are doing this. I think WP must have made some changes to their function for image uploads.
This has occurred on multiple WP sites, my testing is on a new install with a non custom theme and only a security plugin installed.
I just tested one thing and seems to work. You can test self and it there are no any side effects add it to plugin.
It is for Meda Menu Item in backend – Upload images. Without this it works only in post edit screen when uploading images.
function __construct() {
add_filter('plupload_default_settings', array($this, 'set_settings'));
add_filter('plupload_init', array($this,'set_settings'),20);
add_filter('plupload_default_params', array($this,'set_settings'),20);
}
]]>