Calendar - Dynamic aspect ratio

If the aspect ratio for a calendar component is set to a larger number e.g. 2.05, on mobile it is placed in a scrollable container (hiding the second half of the month in month view) but looks great on desktop. If changed to a lower number, it becomes huge on desktop but displays the full month on mobile.

It would be great if there was a dynamic aspect ratio option which, when the expression changed, triggered the resize function.

I found a temporary workaround by using

dmx-bind:aspect-ratio="browser1.viewport.width >= 992 ? 2.05 : 1"

but it doesn’t trigger a change if the window is resized.

This was also mentioned in a post here so I’m clearly not the only one finding this an issue:

Community Page
Last updated: