Add resizing of membership logos on upload #96846

Open
opened 2024-05-07 11:43:13 +02:00 by Márton Lente · 1 comment

On the landing page, the uploaded membership logos' native image size often exceeds their display size.

Logo images with bigger than 560px widths sould be proportianally downscaled on upload by Django to save bandwidth. 560 pixels width resolution is ideal to provide a sharp display on all screens, while having a reasonable filesize.

On the landing page, the uploaded membership logos' native image size often exceeds their display size. Logo images with bigger than 560px widths sould be proportianally downscaled on upload by Django to save bandwidth. 560 pixels width resolution is ideal to provide a sharp display on all screens, while having a reasonable filesize.
Márton Lente added the
Priority
Low
label 2024-05-07 11:43:13 +02:00

One thing to keep in mind is that images must support transparency since some logos use it, so WebP or PNG would be a good format.

One thing to keep in mind is that images must support transparency since some logos use it, so WebP or PNG would be a good format.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/devfund-website#96846
No description provided.