Hello,
is there any way to make the size of the calendar bigger? I tried making the calendar's width and height to 100% so that it just takes the size of the div, but it just looks like this screenshot here: http://i.imgur.com/7wmis0h.png
Any advice would be appreciated, thanks!
Hi there,
While the calendar will fill its container width, height is automatically calculated. So to expand its height you will need to expand the content somehow, for example by setting bigger top and bottom padding of the tiles.
I wish it could expand both ways. And it will someday - but that would require CSS grid, and support for IE 11 stops me from doing so.
Most helpful comment
Hi there,
While the calendar will fill its container width, height is automatically calculated. So to expand its height you will need to expand the content somehow, for example by setting bigger top and bottom padding of the tiles.
I wish it could expand both ways. And it will someday - but that would require CSS grid, and support for IE 11 stops me from doing so.