• Resolved claconva2

    (@claconva2)


    Hi team,
    Are there some way to change margin to 0 value to simulate fullscreen on fancybox?, this is my code inline that I use, but when I want to change the margin to minimum values to zero this not is possible (allow since 20 to up). Is possible see the Lightbox without margin and border?
    This is my code:
    <div class=”fancybox-hidden” style=”display: none;”>
    <div id=”fancyboxID-NAME” class=”hentry” style=”height: 100%; width: 1900px; max-width: 100%;”>[powerbi id=”193″ width:”100%”]</div>
    </div>
    <p>Fullscreen</p>

Viewing 1 replies (of 1 total)
  • Hi, the minimum margin is there to allow room for the close button on the top right. Without that margin, the close button would partly be moved out of view… Your only option is to set the border to 0 and then make the overlay opaque white so that it fully covers your site in the background.

    But it’s not going to give you a real full screen content area… Sorry.

Viewing 1 replies (of 1 total)

The topic ‘Lightbox without margin (margin=0) Easy Fancybox’ is closed to new replies.