diff --git a/src/applications/conpherence/constants/ConpherenceImageData.php b/src/applications/conpherence/constants/ConpherenceImageData.php index 41f00a9850..788f7b2e06 100644 --- a/src/applications/conpherence/constants/ConpherenceImageData.php +++ b/src/applications/conpherence/constants/ConpherenceImageData.php @@ -5,7 +5,7 @@ final class ConpherenceImageData extends ConpherenceConstants { const SIZE_ORIG = 'original'; const SIZE_CROP = 'crop'; - const CROP_WIDTH = 35; - const CROP_HEIGHT = 35; + const CROP_WIDTH = 200; + const CROP_HEIGHT = 200; }