Is your feature request related to a problem? Please describe.
There's no need to keep both JPEG and WEBP formats, JPEG suffices for the About page.
Describe the solution you'd like
Remove all .webp files and clean-up the About accordingly.
Describe alternatives you've considered
An automatic way via Django to generate .webp's from the .jpegs, but it seems too much for one page that is not that much changed.
Additional context
Currently, the .webp is generated manually upon adding/changing photos in the page.
Is your feature request related to a problem? Please describe.
There's no need to keep both JPEG and WEBP formats, JPEG suffices for the About page.
Describe the solution you'd like
Remove all .webp files and clean-up the About accordingly.
Describe alternatives you've considered
An automatic way via Django to generate .webp's from the .jpegs, but it seems too much for one page that is not that much changed.
Additional context
Currently, the .webp is generated manually upon adding/changing photos in the page.