Hi everyone,
I have been trying to set up a full screen starting page with Cornerstone, but things turned out to be a lot harder than expected…
I intended to set the different section to Full screen by using the dedicated custom css styling section within Cornerstone.
Nevertheless, when using the following:
height: 100%;
width: 100%;
or
height: 100vw;
width: 100vw;
things don’t turn out the way they are supposed to…
When using the %, nothing happens at all, and when using the “vw” value, the section out-scales the screen remarkably.
To ensure this was not due to any plugin, I have also temporaliy disabled every single active plugin on my page, with no success…
Any help is more than welcome.