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

Auto-resize images to reduce payload size #69

Open
BlueSlug opened this issue Mar 17, 2022 · 0 comments
Open

Auto-resize images to reduce payload size #69

BlueSlug opened this issue Mar 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@BlueSlug
Copy link
Member

Automatically resize and compress images to reduce payload size as much as possible and improve page load times.

The Floe Project site has made use of the Sharp plugin to achieve this. Using this plugin in the past has caused issues with using partial templates, so implementation may involve moving partial template content into a parent template in order to avoid race conditions.

See these commits from the Floe Project site for details on implementation:
fluid-project/floeproject.org@072ab2b
fluid-project/floeproject.org@34bebbc

@BlueSlug BlueSlug added the enhancement New feature or request label Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant