Hello,
I should know this but am struggling with it. I want the image thumbnails in activity to be larger. Right now they are 200×200. I have increased the size using CSS but as the thumbnail is 200×200 it means that the image that is displayed on the page becomes pixelated. Is there a way to show the original size on the activity page rather than a 200×200 thumbnail?
Thanks,
Simon
Hello Simon,
yes it can be easily doable. You have to override the activity grid-photo template in your active theme. Please follow the following step
Step 1. Copy the template file from plugin templates directory
mediapress/templates/mediapress/default/buddypress/activity/views/grid-photo.php
and paste this file to your active theme directory
twentysixteen/mediapress/default/buddypress/activity/views/grid-photo.php
and on line no. 21 replace the image size like
mpp_media_src( 'original' )
Please make sure directory structure should be same. Let me know if it works or not.
Thank You
Ravi
You must be logged in to reply to this topic.