• Hi,I’m looking for the best way (if any) to create a full screen effect where each slide has a different solid color background that takes up the whole screen. However, the white/transparent border does not seem to allow me to get that effect. Any tips?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Hi, not something I have tried before, but I would suggest looking in CSS Viewport Units, using the ‘vw’ and ‘vh’ CSS length units. This could make your task easier, and are pretty much universally supported now by all up-to-date modern browsers.

    So you would us:
    vh:100% !important;
    vw:100% !important;

    Plugin Author simonpedge

    (@simonpedge)

    Hi, did this CSS work for you?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background overlays border?’ is closed to new replies.