XenForo
Administrative
- Thread starter
- Admin
- #1
It would be nice if we could force all uploaded images to be "resized" as an option even if they are within the normal size constraints. Basically allow the image libraries to reduce the file sizes on uploaded images even if they are within the allowed pixel dimensions. As a test, I added
Read more
ادامه مطلب...
$resizeRequired = true;
to the XF\Http\Upload
class and uploaded the same image with and without the force "resize". The end result was two images that I couldn't visually...Read more
ادامه مطلب...