mirror of https://github.com/wagtail/wagtail.git
Updated Google Summer of Code 2021 (markdown)
parent
af01f11884
commit
6e635df35b
|
@ -162,10 +162,27 @@ HTML and CSS. Bonus: user experience, visual design, Django.
|
||||||
|
|
||||||
Thibaud Colas
|
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 `<picture>` and `srcset` HTML features to display a different image based on the viewport width.
|
||||||
|
|
||||||
|
**Implementation**
|
||||||
|
|
||||||
|
TBD
|
||||||
|
|
||||||
|
**Skills**
|
||||||
|
|
||||||
|
HTML, Django, Python.
|
||||||
|
|
||||||
|
**Mentors**
|
||||||
|
|
||||||
|
Thibaud Colas
|
||||||
|
|
||||||
**Aims**
|
**Aims**
|
||||||
|
|
||||||
- Establish a process for converting the Wagtail admin styles to support RTL languages, including quality assurance, and ongoing support
|
- Explore support for AVIF image encoding in Python
|
||||||
- Convert most / all of the admin styles following this new process
|
- Implement Wagtail’s support for `picture` and `srcset` (https://github.com/wagtail/wagtail/issues/285)
|
||||||
- Showcase how this can be done for other projects.
|
|
||||||
|
|
||||||
---
|
---
|
Loading…
Reference in New Issue