X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fstandalone%2Fvideos%2Fembed.scss;h=cbe6bdd012896d4e3b7204a740d35f488d4b5b93;hb=6fad8e51c47b9d07bea99b777c1f55c10f6d576d;hp=c40ea12080a133e6f3e8e20f20e91352e29758c8;hpb=0491173a61aed66205c017e0d7e0503ea316c144;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/standalone/videos/embed.scss b/client/src/standalone/videos/embed.scss index c40ea1208..cbe6bdd01 100644 --- a/client/src/standalone/videos/embed.scss +++ b/client/src/standalone/videos/embed.scss @@ -27,6 +27,11 @@ html, body { background-color: #000; } +#video-wrapper { + width: 100%; + height: 100%; +} + .video-js.vjs-peertube-skin { width: 100%; height: 100%; @@ -79,6 +84,16 @@ html, body { } } +#placeholder-preview { + position: absolute; + top: 0; + left: 0; + background-size: 100% auto; + width: 100%; + height: 100%; + background-position: 50% 50%; +} + @media screen and (max-width: 300px) { #error-block { font-size: 36px;