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
I've got a style attribute generated by gatsby-remark-images that looks like this:
gatsby-remark-images
style="padding-bottom: 75%; position: relative; bottom: 0; left: 0; background-size: cover; display: block; background-image: url('data:image/jpeg;base64,/9j/2w[...]1XP//Z');"
The current approach of dealing with style attributes does not account for more complex cases like this.
Here's a pr for a different project dealing with the same issue.
If I submit a PR for this, is there any chance for it to be released?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I've got a style attribute generated by
gatsby-remark-images
that looks like this:The current approach of dealing with style attributes does not account for more complex cases like this.
Here's a pr for a different project dealing with the same issue.
If I submit a PR for this, is there any chance for it to be released?
The text was updated successfully, but these errors were encountered: