|
aspectRatio 1.3Determines the width-to-height aspect ratio of the calendar. Float, default: A calendar is a block-level element that fills its entire avaiable width. The calendar’s height, however, is determined by this ratio of width-to-height. (Hint: larger numbers make smaller heights). The following example will initialize a calendar who's width is twice its height:
SetterYou can dynamically set a calendar's aspectRatio after initialization:
The setter only works in version 1.4.2 and later. |