organicmaps / organicmaps/website
Images to avif, with fallback
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 36
- Forks
- 44
- Avg merge
- 6h 50m
- Merged PRs (30d)
- 4
Description
For faster loading.
Fallback:
<picture>
<source srcset='screenshot.avif' type='image/avif'>
<img src='screenshot.jpg alt='screenshot'>
</picture>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the website images that should be converted and checking how they are currently referenced. Done means the relevant images use AVIF sources with valid JPG fallbacks following the picture/source/img pattern shown in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- performance, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100