Fullcalendar – custom aspect ratio to each view -
i have read the documentation don't understand how use code. i'd have custom aspect ratio on each view – avoid scrollbar in day-view.
how implement code change aspect ratio week , day view when fullcalender script this:
$(document).ready(function() { $('#calendar').fullcalendar({ header: { left: 'prev,next today', center: 'title', right: 'month,agendaweek,agendaday' }, weekends: false, weeknumbers: true, googlecalendarapikey: 'aizasybgcsyro6grnvysge2uxerwpih78sjhm9w', eventsources: [{ googlecalendarid: 'oa4lj06jlgehp2sl7f1s7hubi8@group.calendar.google.com', rendering: 'inverse-background' }] }); });
Comments
Post a Comment