Hi Cody,
You have two options. You either use javarcript to determine the height of the calendar's parent container and use the method described in http://fullcalendar.io/docs/display/height/ to set the height:
$('#calendar').fullCalendar('option', 'height', 700);
Or you already know which screen ratio you're working on and toy with aspectRatio like described in http://fullcalendar.io/docs/display/aspectRatio/ on a 100% width calendar to get a fulIscreen calendar, for instance.
If you find a better solution, please share!
Kind Regards,
João Grazina
You have two options. You either use javarcript to determine the height of the calendar's parent container and use the method described in http://fullcalendar.io/docs/display/height/ to set the height:
$('#calendar').fullCalendar('option', 'height', 700);
Or you already know which screen ratio you're working on and toy with aspectRatio like described in http://fullcalendar.io/docs/display/aspectRatio/ on a 100% width calendar to get a fulIscreen calendar, for instance.
If you find a better solution, please share!
Kind Regards,
João Grazina