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
Now it's this, in _picture.html.twig:
_picture.html.twig
<picture class="aspect-ratio-square"> <source srcset="{{ record|thumbnail(400) }}" media="(min-width: 400px)" /> <img src="record|thumbnail(400)" alt="(alt goes here)" loading="lazy" /> </picture>
but, i assume that '400' should be something else
The text was updated successfully, but these errors were encountered:
🧹 Spring cleaning! All of these should be finished!
Sorry, something went wrong.
Dsduit
No branches or pull requests
Now it's this, in
_picture.html.twig
:but, i assume that '400' should be something else
The text was updated successfully, but these errors were encountered: