Skip to content

Unreal Engine Courses large video player and controls visible. by 1337cookie

Imported from https://gist.github.com/1337cookie/f41aec552cec0e7902d829634cc44c7c/raw/b6ea0c3a744e2a2b3080b44a978b09f4e2f7e359/learn-unreal-video-fix-1337cookie.user.css

Screenshot of Unreal Engine Courses large video player and controls visible.

Details

Author1337cookie

LicenseCC0

Categorylearn.unrealengine.com

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Large video player, always visible playback controls for learn.unrealengine.com courses

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Unreal Engine Courses large video player and controls visible.
@namespace      learn.unrealengine.com
@namespace      cdnapisec.kaltura.com
@version        1.0.0
@description    Large video player, always visible playback controls for learn.unrealengine.com courses
@author         1337cookie
==/UserStyle== */

@-moz-document domain("cdnapisec.kaltura.com") {
    .controlBarContainer {
        opacity: 1;
    }
    .controlBarContainer.hover {
        opacity: 1;
        border: 1px;
    }
    .videoHolder {
        height: calc(100% - 2.8em)!important;
    }
}
@-moz-document domain("learn.unrealengine.com") {
    .panel-body {
        margin-left: 0px;
        width: 100%;
    }
    .fs-module-media>div{
        padding-bottom: calc(56.25% + 2.1em)!important;
        height: 100px;
    }
    .fs-module-media>div>iframe{
        max-height: calc(100vh - 2em);
    }
    #page-content-wrapper {
        margin-top: 0;
    }
}

Reviews

No reviews yet.