jquery - Change the height of fullcalendar display? -


how change height of main fullcalendar , have else fit calendar?

you can set @ initialization of calendar or modify dynamically using setter.

from documentation

$('#calendar').fullcalendar({     height: 650 }); 

or using setter:

$('#calendar').fullcalendar('option', 'height', 700); 

Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

email - PHP Mail Error "The Page at X Says: E-Mail can not be sent!" -

Optimized Line drawing in QT -