Images are not maintaining pixel size after upload

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
I have been trying to upload images which are 2400px wide by 487px high.  I have maximum image size set to 1980 in media settings.  I have default image quality set to 100.  I am using this image as a main image for topic pages only.  Whenever I try to upload the image for the topic page, it shrinks the size to 1000px wide by 203 high.  I am not sure why this is happening. Can someone assist me?  

For the record, I have also tried storing pictures in the database as well as in the file system with the same result either way.

Thanks.
6 years ago
Anyone?
5 years ago
There is a configuration file buried for Roxy Fileman that you can change the upload height and width.

{yourwebsite}\Administration\Content\Roxy_Fileman\conf.JSON

Below I updated Max_Image_Width and Max_Image_Height for one of our sites.

{
"FILES_ROOT":          "~/Content/Images/uploaded",
"RETURN_URL_PREFIX":   "",
"SESSION_PATH_KEY":    "",
"THUMBS_VIEW_WIDTH":   "140",
"THUMBS_VIEW_HEIGHT":  "120",
"PREVIEW_THUMB_WIDTH": "300",
"PREVIEW_THUMB_HEIGHT":"200",
"MAX_IMAGE_WIDTH":     "2000",
"MAX_IMAGE_HEIGHT":    "2000",
"INTEGRATION":         "tinymce4",
"DIRLIST":             "../../../Admin/RoxyFileman/ProcessRequest?a=DIRLIST",
"CREATEDIR":           "../../../Admin/RoxyFileman/ProcessRequest?a=CREATEDIR",
"DELETEDIR":           "../../../Admin/RoxyFileman/ProcessRequest?a=DELETEDIR",
"MOVEDIR":             "../../../Admin/RoxyFileman/ProcessRequest?a=MOVEDIR",
"COPYDIR":             "../../../Admin/RoxyFileman/ProcessRequest?a=COPYDIR",
"RENAMEDIR":           "../../../Admin/RoxyFileman/ProcessRequest?a=RENAMEDIR",
"FILESLIST":           "../../../Admin/RoxyFileman/ProcessRequest?a=FILESLIST",
"UPLOAD":              "../../../Admin/RoxyFileman/ProcessRequest?a=UPLOAD",
"DOWNLOAD":            "../../../Admin/RoxyFileman/ProcessRequest?a=DOWNLOAD",
"DOWNLOADDIR":         "../../../Admin/RoxyFileman/ProcessRequest?a=DOWNLOADDIR",
"DELETEFILE":          "../../../Admin/RoxyFileman/ProcessRequest?a=DELETEFILE",
"MOVEFILE":            "../../../Admin/RoxyFileman/ProcessRequest?a=MOVEFILE",
"COPYFILE":            "../../../Admin/RoxyFileman/ProcessRequest?a=COPYFILE",
"RENAMEFILE":          "../../../Admin/RoxyFileman/ProcessRequest?a=RENAMEFILE",
"GENERATETHUMB":       "../../../Admin/RoxyFileman/ProcessRequest?a=GENERATETHUMB",
"DEFAULTVIEW":         "list",
"FORBIDDEN_UPLOADS":   "zip js jsp jsb mhtml mht xhtml xht php phtml php3 php4 php5 phps shtml jhtml pl sh py cgi exe application gadget hta cpl msc jar vb jse ws wsf wsc wsh ps1 ps2 psc1 psc2 msh msh1 msh2 inf reg scf msp scr dll msi vbs bat com pif cmd vxd cpl htpasswd htaccess",
"ALLOWED_UPLOADS":     "",
"FILEPERMISSIONS":     "0644",
"DIRPERMISSIONS":      "0755",
"LANG":                "en",
"DATEFORMAT":          "dd/MM/yyyy HH:mm",
"OPEN_LAST_DIR":       "yes"
}
5 years ago
@dwyly Thanks
3 years ago
Hello,
The images uploades on the product description are not responsive (doesn't take max-with 100% on mobile browser)... user experience is not cool.
Any idea how to fix this please?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.