Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] Vertical Sizing

$
0
0
Hi Cody,

You have two options. You either use javarcript to determine the height of the calendar's parent container and use the method described in http://fullcalendar.io/docs/display/height/ to set the height:
$('#calendar').fullCalendar('option', 'height', 700);
Or you already know which screen ratio you're working on and toy with aspectRatio like described in http://fullcalendar.io/docs/display/aspectRatio/ on a 100% width calendar to get a fulIscreen calendar, for instance.

If you find a better solution, please share!

Kind Regards,
João Grazina



Viewing all articles
Browse latest Browse all 1476385

Trending Articles