As I develop a calendar and timeline view using fullcalendar v5, my clients are requesting a month view that displays the entire month without any scroll bars. While I am aware of setting the contentHeight to auto, there seems to be no option for adjusting the width accordingly. I have set the slotDuration to 1 day, which is a requirement that cannot be changed.
I want to implement a responsive design without specifying column widths in pixels. Any recommendations on how to achieve this?