views:

36

answers:

1

I'm using the FullCalendar plugin and it's working very well. I would like to disable the dynamic resizing of the table and its cells when the browser window is resized. Is that a possibility?

(I noticed in the documentation the 'windowResize' callback fires after the calendar is already resized, so it looks like that won't help.)

+1  A: 

To which view are you referring? Please have a look at the weekMode property to fix the month and week view to a predefined size.

Also the property height and contentHeight can help you to freeze dimensions.

Lorenzo