Services Plugins FAQs

Air Calendar Height

Hi - Quick one - is there a way to make the air calendar 100% height? There’s only W and H available to me that I can see.

Thanks

Hi @stewart.gilmour, thanks for your questions.

A 100% height can be achieved by using an HTML element with a corresponding setup,
Here is an example of such a setup:

<style>
#calendar {
    height: 100vh !important;
}
</style>

Where calendar is the plugin element id.

Hope the provided hint will help. If there will be any other plugin-related questions, just drop a message here :wink:

Regards,

thanks Serg. Got sidetracked but will look at this shortly. Thanks for your swift response

1 Like

Hi @stewart.gilmour, you’re welcome :wink:

If anything else would require our support, you know where to find us :slightly_smiling_face:

Have a nice weekend ahead!

Regards,