Hi there, images uploaded with Activity Plus Reloaded, are uploaded in it’s actual size, which means image sizes of several megabytes for every image uploaded.
Is there a way I can render these uploaded images on the fly, to smaller image files?Regards
CarstenHi Carsten,
Thank you for the question.you may use any of the image optimizers available for WordPress to optimize it while the image is uploaded on the server.
No, The plugin does not have any option to render sub sizes on the fly.
Regards
BrajeshHi Brajesh, thanks for your suggestion. All of the image optimizers I know of, are based on monthly rather expensive subscriptions.
I came across this code for Increase Image compression in WordPress, by simply adding a lower value than the default 82%
add_filter('jpeg_quality', function($arg){return 60;});
High quality images in BP are not important, so would a simple solution, like adding this code snippet be feasible?
Regards
Carsten
You must be logged in to reply to this topic.