I am using jQuery FullCalendar in my project and I noticed that date cells will be expanded if more events match this date. As in this picture, see the Date Cell forFebruary 4

How can I stop this. I want to display only a few events that fit into the cell. If there are more events, they should be displayed when we switch to weekor day.
Is there any way to do this?
source
share