- 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' });