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

When no ?sizes specified, only embed 1 image at original size #1

Open
KidkArolis opened this issue Jun 9, 2020 · 0 comments
Open
Labels
bug Something isn't working

Comments

@KidkArolis
Copy link
Contributor

Right now, it embeds the same image (with different file name) twice as seen in Example 4.

This is more to do with how we don't filter out dupe widths, when we can't scale up an image. E.g. asking to resize image of 800px to 800px and 1600px will produce same image twice of 800px@1x and 800px@2x.

@KidkArolis KidkArolis added the bug Something isn't working label Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant