Full screen modal

Hello Lucas and colleagues, I have achieved this before but over time have forgotten how to create a modal/pop-up with Uikit 3 which will cover the entire screen.
This may be a tall order but will it allow for a full page image background?

Hi Langley!

For the Modal and other components you can just copy the examples of the Tests project. There are two example there, with split image and plain: https://uikitstacks.com/projects/tests/modal/

Basically you have to do two things:

  • at Modal check the full modifier option
  • inside the Modal you need anything with viewport height, can be the Background, Height and other stacks

Thank you Lucas most helpful.

1 Like