We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Without loading them all in Gatsby, we need a way of loading the light and dark mode versions of images e.g. for the do don't caution images.
Perhaps using a package (gatsby image plugin?) to only load one lot of the images per theme mode.
We need to ensure performance isn't too negatively impacted by having double the amount of images.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary of the bug
Without loading them all in Gatsby, we need a way of loading the light and dark mode versions of images e.g. for the do don't caution images.
Perhaps using a package (gatsby image plugin?) to only load one lot of the images per theme mode.
We need to ensure performance isn't too negatively impacted by having double the amount of images.
The text was updated successfully, but these errors were encountered: