Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The most common answer is that you are publishing your calendar inside an <iframe> and the height of the iframe isn't big enough to show everything on your calendar. There 3 different solutions you can choose from:

1. (Best) Switch to the "responsive iframe" style. The HTML will make sure to always set the height of your calendar to exactly what it needs to display all of the events, no matter what device (desktop, tablet, phone) is being used

2. (Better) Switch to the "fully interactive embedded calendar" style. You can generate the HTML for this calendar using the Publish Wizard. The HTML will make sure to always set the height of your calendar to exactly what it needs to display all of the events

23. (Good) Increase the "height" value on the HTML you pasted onto your sight. For example, change this:

...

The drawback is, the iframe will always be 1500 pixels high, even when the calendar doesn't need that much room.

34. (Good) Add scrollbars to your iframe so that visitors can scroll down to see the rest of the calendar.

...