Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Optimize images for different screen sizes #144

Open
MrGreenTea opened this issue Dec 4, 2023 · 2 comments
Open

Optimize images for different screen sizes #144

MrGreenTea opened this issue Dec 4, 2023 · 2 comments
Milestone

Comments

@MrGreenTea
Copy link
Contributor

Right now we just optimize the image file format with enhanced-img.

We should go through all image usages and generate different sizes for how they are displayed.

Background images are often the full screen-width so should probably be optimized for each screen-size we support.

Other's can probably be reduced to even lower resolution to make them load much faster.

@MrGreenTea MrGreenTea added this to the First update milestone Dec 4, 2023
@MrGreenTea
Copy link
Contributor Author

This is very important to do soon as we almost hit our vercel bandwidth limit already because these images are so huge.

@MrGreenTea
Copy link
Contributor Author

Can we somehow do this in advance? <enhanced:img ... /> takes a long time right now

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

No branches or pull requests

1 participant