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

Optimize output for reused images #2

Open
dawaltconley opened this issue Apr 12, 2023 · 0 comments
Open

Optimize output for reused images #2

dawaltconley opened this issue Apr 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dawaltconley
Copy link
Owner

Currently, the scalingFactor is used to limit image generation each time a function is called. This is suboptimal in the case where the same image is being used in different parts of a site with different sizes requirements. Ideally, a common set of new versions should be generated that can be used to match all sizes requirements on any given image.

@dawaltconley dawaltconley added the enhancement New feature or request label Apr 12, 2023
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