Fixed No thumbnail for large images attached.

sonnb

Well-known member
Problem: When users upload images to thread/post/resource... if the images pixel is too high, XF would not create thumbnail for these attachments and you would see generic icons instead of thumbnails.

This is because of XF would check for resizing ability when images are being attached, but it fixes the pixel to ~16MP only. This might be okay for almost forums but for big forums that allow to attach large images it could be a problem since those images do not have thumbnail.

Suggestion: Allow administrators could adjust this limitation via AdminCP options instead of static set it in the core.
 
Yes, it is an good option. If they need to increase this, they should know they must to configure php.ini to make this works too.
 
Top Bottom