Open
Description
Technical Feature Request
Summary
Responsive images allow much faster loading, especially for small viewports.
Motivation
The current page just includes one image size, leading to long load times on mobile.
It would be better accommodate for smaller devices and less bandwidth connections to load only what's necessary.
Unresolved Questions
How do we do image preparation? Manual or do we want to build something similar to our current CSS preprocessing?
See https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images for all the details of implementation.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
sam-clulow commentedon May 23, 2019
@skade I'd like to have a go at solving with this issue if that's OK.
Are there any specific requirements that I should be aware of?
skade commentedon May 23, 2019
@sam-clulow Other then using no tooling beyond rustc and cargo, that's it :)