0

[fuchsia] Properly center content in the Cast Streaming Receiver

This properly centers the video content for horizontal video feeds.

Bug: b/185398028
Change-Id: I9dea8a5e1addda2d6c680dda8ee637b073783b7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2885682
Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Auto-Submit: Fabrice de Gans-Riberi <fdegans@chromium.org>
Reviewed-by: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#881235}
This commit is contained in:
Fabrice de Gans-Riberi
2021-05-10 21:21:32 +00:00
committed by Chromium LUCI CQ
parent b3a7475e19
commit 2120986483

@ -8,6 +8,13 @@ found in the LICENSE file.
<head>
<meta charset="utf-8">
<style>
html, body {
height: 100%;
}
body {
display: flex;
margin: 0;
}
video {
background-color: black;
max-width: 100%;