Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 21, 20223 yr Hello. I set the maximum size of profile pictures to 150 px, for one of the groups. I also defined a variable in constants.php \define( 'PHOTO_THUMBNAIL_SIZE', 150 ); The problem is that an unnecessary thumbnail of the same size and weight is created. Even if I skip cropping/adjusting the image by closing the window, the thumbnail is still created. Is there any way to bypass thumbnails for profile pictures? Because currently, two identical images are created. Thanks. Edited January 21, 20223 yr by SeNioR-
January 21, 20223 yr Author I have already tried: \define( 'PHOTO_THUMBNAIL_SIZE', FALSE ); but no effect.
January 21, 20223 yr Community Expert There isnt any way in which to switch them off at present. It may be worth a suggestion in our suggestions are if you wish for something to be added of that nature
January 21, 20223 yr Author It should definitely be implemented/improved. Can you move the topic to the suggestions section?