View Issue Details

IDProjectCategoryView StatusLast Update
0005449OXID eShop (all versions)4.11. Image handlingpublic2013-10-29 10:05
Reportermaui Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionwon't fix 
PlatformAll 
Product Version4.7.7 / 5.0.7 
Summary0005449: Image Resize on Upload doesnt work correct
DescriptionIf tried to create a CMS Page and wanted to upload a Picture to display on my startpage. So i used the picture upload function from oxid and set "custom" for "resize" settings with values - height: 900px and width: 300px - the uploaded image has a size of 800x266 - so in this case the image shouldnt be resized but as result after uploading i get an image with size 500 x ... px
Steps To Reproduce1. Login to Backend
2. Goto Customer Info -> CMS Pages
3. In WYSIWYG Editor use Button "Insert/Edit Image..."
4. Select Upload Button
5. Select Image and set "Resize images larger than..." to 2000x2000 so all Images smaller than 2000x2000 shouldnt be resized
6. Upload Image
7. Result
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

jurate.baseviciene

2013-10-04 08:35

reporter   ~0009123

Reminder sent to: maui


HI,

Sorry, but i can not reproduce the case. Could you please let us know if you still experience same problem on our latest eShop version 5.0.8 or demoshop http://demoshop.oxid-esales.com/community-edition/
http://demoshop.oxid-esales.com/EnEd/?

Best regards

maui

2013-10-04 08:59

reporter   ~0009124

Same Result in your Demo of Enterprise Edition!

Made a Video Record:

Download Link:
http://upload.felder.at/uploads/668fa9b63802bf7474459b01157a689c/a120e9ef-5a53-48b0-bbff-e573c8cf6ad9.wmv

Youtube Link:
http://www.youtube.com/watch?v=oWOtPYycOc4

Hope you can see what i mean ;)

jurate.baseviciene

2013-10-04 09:23

reporter   ~0009125

Reminder sent to: maui

Hi,

Thanks a lot for submitting this issue. This typo problem exist in 3rd party library, so we can not change/fix it.

Best regards

arvydas_vapsva

2013-10-29 10:05

reporter   ~0009200

Try adjusting following parameters in "core/wysiwigpro/conf/dialogConfig.inc.php":

$WPRO_MAX_IMAGE_WIDTH = 1000; // Maximum width of images in pixels
$WPRO_MAX_IMAGE_HEIGHT = 1000; // Maximum height of images in pixels