By Jo Sullins on Saturday, 30 June 2018
Posted in General Issues
Replies 1
Likes 0
Views 631
Votes 0
Where can I change the auto-generated thumbnail width from uploaded photos? The setting is currently at 256px, I'd like to change it to 300px. I read in another thread that it's in the constants.php file, but I cannot locate it's whereabouts.
Hey Jo,

It is located in /administrator/components/com_easysocial/constants.php

[gist]
define('SOCIAL_PHOTOS_THUMB_WIDTH', 256);
define('SOCIAL_PHOTOS_THUMB_HEIGHT', 256);
[/gist]
·
Saturday, 30 June 2018 14:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post