Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use performance optimized images #6

Open
michivonah opened this issue Aug 13, 2022 · 0 comments
Open

Use performance optimized images #6

michivonah opened this issue Aug 13, 2022 · 0 comments
Assignees
Labels
feature New feature

Comments

@michivonah
Copy link
Owner

Use webp and avif images instead of jpg/jpeg.

Add fallback to jpg if webp not supported.

Example from old website:

<div class="picture"> <picture> <source srcset="images/img4.webp" type="image/webp"> <source srcset="images/img4.jpg" type="image/jpg"> <img src="images/img4.jpg" alt="Giswil"> </picture> <div class="img-text"> <p><i class="ai-location"></i> Giswil, OW</p> </div> </div>

@michivonah michivonah self-assigned this Aug 13, 2022
@michivonah michivonah added content Change content or add new content feature New feature and removed content Change content or add new content labels Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant