Hi @Solvberg, you have to add the code in the Header of the page.
This is the code I use for Lightbox in Full Screen (Frame).
<style>
.mx-auto {
max-width: 100%;
height:none;
max-height: 90vh;}
.fullscreen-lb{
background:rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
}
.fullscreen-modal{
background:rgba(0,0,0,.8);
}
</style>