organicmaps / organicmaps/website

Images to avif, with fallback

Open
#4 4 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.