FullCalendar
V7 changelog | Progress Tracker | Repro Templates — These docs are a work in progress
Latest:  v7.0.0-rc.1
edit doc view .md

Docs Sizing

How to control the dimensions of the calendar.

height
Sets the height of the entire calendar, including header and footer.
contentHeight
Sets the height of the view area of the calendar.
aspectRatio
Sets the width-to-height aspect ratio of the calendar.
expandRows
If the rows of a given view don't take up the entire height, they will expand to fit.
tableHeaderSticky
Whether to fix the date-headers at the top of the calendar to the viewport while scrolling.
footerScrollbarSticky
Whether to fix the view's horizontal scrollbar to the bottom of the viewport while scrolling.
See Also
render
Will initially render a calendar, or if it is already rendered, will rerender it.

Demo:

Screenshot: Calendar with full-height
Calendar with full-height