| Issue 2001: | Panning on FullCalendar | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I am using http://arshaw.com/fullcalendar/ FullCalendar to display events in my project. Everything works fine except when i try to set width in calendar to achieve panning functionality. Basically, i want to display fullcalendar in full size (using agendaWeek) on PC and if i switch to tablet or re size the browser i want calendar to re-size up-to 500px or 600px and after that it should crop i.e. overflow-x hidden so that i can pan to see the events. I tried fixing the width of my calendar like: <div id="calendar" style="width: 750px; overflow: hidden;"> </div> but instead it stopped re sizing the calendar. I am not sure how to give a start to solve this problem.
Sep 25, 2013
Project Member
#1
adamrs...@gmail.com
Status:
Invalid
Sep 25, 2013
I just wanted to confirm that can't i achieve this by adding my own custom code or anything like that? |
|
| ► Sign in to add a comment |