In the following tutorial I will demonstrate how to add Hype as it’s own post/page/project fullscreen:
And this is the CSS code that you will need to add:
.fullScreen{
position:fixed;
top:0;
left:0;
z-index:99;
}
.main_title, #sidebar{
display:none;
}
I added also the sidebar to be hidden in the css code, because for some reason it just wasn’t hidden by default.