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 - 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
Regards,
thanks Serg. Got sidetracked but will look at this shortly. Thanks for your swift response
Hi @stewart.gilmour, you’re welcome
If anything else would require our support, you know where to find us
Have a nice weekend ahead!
Regards,