From 6e635df35bb4f8db7619b4577b77201820c79b3a Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 1 Apr 2021 13:29:48 +0100 Subject: [PATCH] Updated Google Summer of Code 2021 (markdown) --- Google-Summer-of-Code-2021.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/Google-Summer-of-Code-2021.md b/Google-Summer-of-Code-2021.md index f09ebab..51fa26f 100644 --- a/Google-Summer-of-Code-2021.md +++ b/Google-Summer-of-Code-2021.md @@ -162,10 +162,27 @@ HTML and CSS. Bonus: user experience, visual design, Django. Thibaud Colas +## More advanced image size optimisations in Wagtail + +### Summary + +Wagtail has quite good support for basic image optimisations, such as resizing images automatically or compressing file size. We want to push this further though, better leveraging modern formats such as WebP and AVIF, and having better support for `` and `srcset` HTML features to display a different image based on the viewport width. + +**Implementation** + +TBD + +**Skills** + +HTML, Django, Python. + +**Mentors** + +Thibaud Colas + **Aims** -- Establish a process for converting the Wagtail admin styles to support RTL languages, including quality assurance, and ongoing support -- Convert most / all of the admin styles following this new process -- Showcase how this can be done for other projects. +- Explore support for AVIF image encoding in Python +- Implement Wagtail’s support for `picture` and `srcset` (https://github.com/wagtail/wagtail/issues/285) --- \ No newline at end of file