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

Reduce image sizes #143

Open
yannickwurm opened this issue Jul 11, 2022 · 5 comments
Open

Reduce image sizes #143

yannickwurm opened this issue Jul 11, 2022 · 5 comments

Comments

@yannickwurm
Copy link
Member

  • @gabrielluishernandez 's headshot is 20x bigger than it needs to be
  • First I thought that most images could do with being reencoded as webp or similar. [Altho Macs running an OS that is more than 2 years old do not yet support Webp]... Given our users often have years-old computers, I think we should refrain from reencoding for now
@yuriigr
Copy link
Collaborator

yuriigr commented Jul 13, 2022

In fact you can use <picture> object with .webp image and .png, .jpg.. fallback

@yannickwurm
Copy link
Member Author

Ah that's cool. I didn't know about picture. Should I run imagemagick to convert everything to webp?

@yuriigr
Copy link
Collaborator

yuriigr commented Jul 13, 2022

If you want to. Or maybe for large images only, it's up to you.

@yannickwurm
Copy link
Member Author

(Btw - I'm happy for you to do these things)

@yuriigr
Copy link
Collaborator

yuriigr commented Jul 15, 2022

What images do we need to "rework" ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants