- Issue created by @ttnt
- πΊπΈUnited States erutan
The ratio values are just being passed into fullcalendar via it's API... that's how the JS works under the hood.
https://fullcalendar.io/docs/sizing
If you haven't figured this out yet, looking a bit wider the issue in fullcalendar itself (vs this drupal bridge / contrib) could be useful. Perhaps loading contentHeight as well as height would work via custom JS, or make a patch to include contentHeight in the UI?
$('#calendar').fullCalendar({ height: 'auto', contentHeight: 'auto' });
- πΊπΈUnited States mortona2k Seattle
I'm seeing a vertical scroll when the month view is at a narrow width. If I set the ratio low, like .5, it stretches it out too long.
More clarity/control over this would be much appreciated.