[Webkit-unassigned] [Bug 212102] Captions disappear when enter native fullscreen on iOS 13.4.1 with Video.js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 21 13:09:58 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=212102

--- Comment #2 from Gary Katsevman <webkit at gkatsev.com> ---
On the Video.js issue, someone commented that a style we add to the video player/element was causing an issue, and I was able to confirm it.
When we enter fullscreen, we apply the following styles to the player element:

```css
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
```

This is something that we can change, though, we've had this style in Video.js for years.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200521/b544b7ff/attachment.htm>


More information about the webkit-unassigned mailing list