Full Screen on Mobile

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

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;
}
1 Like

thaks again @Will, it worked!!

1 Like