BuddyDev

Search

Activity Plus Reloaded, reduce image size

  • Participant
    Level: Yogi
    Posts: 1105
    calu on #33249

    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
    Carsten

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #33254

    Hi 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
    Brajesh

  • Participant
    Level: Yogi
    Posts: 1105
    calu on #33264

    Hi 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.

This topic is: not resolved