Full Screen on Mobile

Joel
Hi Team may be is a easy thing to resolve but when I’m in mobile and I try to full screen, the image looks this way, is there a way to make it full screen with out this black space

Comments

3 comments

  • Comment author
    Joel

    Hi Team may be is a easy thing to resolve but when I’m in mobile and I try to full screen, the image looks this way, is there a way to make it full screen with out this black space

    0
  • Comment author
    William Thompson

    I believe this can be overwritten with a couple lines of CSS. Will you try this and see if it helps? Of course replace white with whatever you would like the background to be instead of black.

    :not(:root):fullscreen::backdrop {
      background: white !important;
    }
    
    0
  • Comment author
    Joel

    thaks again @Will, it worked!!

    0

Please sign in to leave a comment.