Changing uploaded thumbnail sizes

Hi All,
Can anyone tell me how to have a 450_square thumbnail generated when photos are uploaded?
 
At the moment there are several sizes : 150_square , 250_square , 300_square etc.....   
 
I need the 300_square to be 450_square
 
Any help would be really appreciated
 
Thanks Bri
 
BrianD Basic on 11/12/19 at 08:58 in mooSocial plugins
2 Answer(s)
Best answer
You can configure app\Controller\AppController.php 
Configure::write('core.photo_image_sizes','75_square|150_square|300_square|250|450|850|1500');
change 300_square to 450_square
 
Thanks
Andree Bui Basic on 11/15/19 at 03:04
You nailed it, thank you! I completely overlooked this file!
 
Thanks
Bri
BrianD Basic on 11/18/19 at 09:55
Cookies on mooCommunity - Social Networking Script.
This site uses cookies to store your information on your computer.