TrevC
Well-known member
As the title states, I really wish Xenforo included some server-side image resizing features. I don't see CSS resizing + file upload limits as being very practical or user-friendly. Has anyone ever implemented a solution to this problem?
Ideally, we could keep an upload limit of something larger(like 10-15mb per file), preventing the unfriendly file-size error messages when visitors upload photos. Xenforo would then use some PHP/graphics library magic for resizing to a specific max-width/length.
I realise this could easily eat up a good chunk of server memory and CPU time. However, I think it's worth it considering the benefits.
Ideally, we could keep an upload limit of something larger(like 10-15mb per file), preventing the unfriendly file-size error messages when visitors upload photos. Xenforo would then use some PHP/graphics library magic for resizing to a specific max-width/length.
I realise this could easily eat up a good chunk of server memory and CPU time. However, I think it's worth it considering the benefits.