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
preload
<link>
This would be similar to what nuxt/image does here:
nuxt/image
https://github.com/nuxt/image/blob/3ec797a55ab99425b55a1247632bc2cac0f662d5/src/runtime/components/nuxt-img.vue#L25-L38
Where it gets a bit more complicated is supporting Visual's srcset and sizes props. Here's how nuxt/image does that:
srcset
sizes
https://github.com/nuxt/image/blob/3ec797a55ab99425b55a1247632bc2cac0f662d5/src/runtime/components/nuxt-picture.vue#L34-L50
The text was updated successfully, but these errors were encountered:
cloak-visual-responsive
Successfully merging a pull request may close this issue.
This would be similar to what
nuxt/image
does here:https://github.com/nuxt/image/blob/3ec797a55ab99425b55a1247632bc2cac0f662d5/src/runtime/components/nuxt-img.vue#L25-L38
Where it gets a bit more complicated is supporting Visual's
srcset
andsizes
props. Here's hownuxt/image
does that:https://github.com/nuxt/image/blob/3ec797a55ab99425b55a1247632bc2cac0f662d5/src/runtime/components/nuxt-picture.vue#L34-L50
The text was updated successfully, but these errors were encountered: