Replies: 1 comment
-
|
The module renders only the actual weeks of a month (4, 5, or 6), so the height changing between months might be by design. One approach that could help is using maxEventLines: { "4": 8, "5": 6, "6": 4 }The idea: 4-week month → more event lines per row → taller rows, 6-week month → fewer lines → shorter rows. You'd need to tune the numbers to get close to a consistent total height. Not sure if this gets you pixel-perfect results, but it might be worth trying. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to do something. It seems like it should be easy. But I can't figure it out.
I'm trying to have the calendar always be the same size on month view. If it's Feb and the month only has 4 weeks the day heights should expand in size while keeping the text the same size so the Calendar stays the same size. If there are 6 weeks they should shrink. It seems like it should be easy.
Is this something the calendar does? Or is this a feature request?
Note: I've searched the discussions and haven't seen this question. Probably because it is so simple no one needs to ask about it.
Beta Was this translation helpful? Give feedback.
All reactions