79683980

Date: 2025-06-29 19:07:47
Score: 1
Natty:
Report link

You can try using dvh instead of percent:

.artplayer-app {
    width: 100%;
    height: 100dvh;
}

Here is some visualization on how it is different from percent and other alternatives - https://blog.stackademic.com/stop-using-100vh-on-mobile-use-these-new-css-units-instead-adf22e7a6ea9

But if the camera notch is a part of the browser window, I don't think it is possible.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: VoyageCalifornia