-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
[v4] Image card size doesn't working correctly in drawer #5849
Milestone
Comments
I realized that this issue not only for drawer: fields:
logo:
type: files
label: "Logo"
multiple: false
query: page.images
uploads: image
layout: cards
size: huge
width: 1/2
logoInverse:
type: files
label: "Logo inverse"
multiple: false
query: page.images
uploads: image
layout: cards
size: huge
width: 1/2 |
Tbh to me it seems more correct in v4 than v3. |
Would be a breaking change, still |
That's ok - for breaking changes that improve the system (cause the old way was actually broken/not right) such a major version step is actually the perfect time IMO. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Image card size doesn't working correctly in drawer due to
@container
queries.Screenshots
Kirby Version
Beta.3 (v4/develop)
The text was updated successfully, but these errors were encountered: