Calendar Widget 1.5 - Full Screen

2
We like to use the Calendar Widget v. 1.5 Is there a possibility to show the calendar full screen? There is no property which can set for this, just the window height. When dragging the border of the shown calendar, only the last column is getting wider. Looks like the columns are not proportional. Thanks in advance.
asked
1 answers
2

You can change the widget and disable the line

height : this.calHeight || 600,

in the calendar.js file. But this only works if the calendar is showed in a popup form. In content will it be too big.

You can play around with aspect ratio but you 'll have to add it to the widget. See fullcalendar documentation.

answered