-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
What does m=6 l=4 do? #145
Comments
Hi @frobert 👋, Thank you for reaching out. Those keywords refer to how many columns of your gird are occupied by the picture. So if you have Do you have a suggestion how we could improve the documentation to reflect this behavior a little better? Cheers! |
Hi @frobert, I understand where you are coming from. It takes a little getting used to. Maybe consider how much control you actually have over the render size of an image. Especially with things like an iPad Pro that renders graphics at 4x pixel density. If you need further assistance, please don't hold back, sharing a screenshot and the code rendered by the Cheers! |
What does m=6 l=4 do? I don't get it...
{% picture profile.picture img_alt="Spiderman" img_loading="lazy" picture_class="my-picture" m=6 l=4 %}
thanks
The text was updated successfully, but these errors were encountered: