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
src
I'd suggest image src should be set to a transparent base64 pixel when not loaded - e.g.
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==">
Otherwise the HTML won't validate, and there are potential other issues.
The text was updated successfully, but these errors were encountered:
In the next version, the original image should not render until it becomes visible at the viewport and has a valid src. This fixed in https://github.com/nuxt/image/blob/dev/src/runtime/nuxt-picture.ts#L323
Sorry, something went wrong.
No branches or pull requests
I'd suggest image
src
should be set to a transparent base64 pixel when not loaded - e.g.Otherwise the HTML won't validate, and there are potential other issues.
The text was updated successfully, but these errors were encountered: