On This Page
Video Element Stylings
For reference, see Video under Website Column Content for more information on the element itself.
To add custom CSS to the current element (which applies to the current element only), you would use the standard Introduction To Advanced Styling functions and features for that specific element.
Hide Background Controls
To hide video controls "background" if appearing behind video (mobile portrait aspect ratios?).
div.movie iframe {
background: none !important;
}
WARNING
(advanced) options may not be supported under all plans.
Last reviewed: October 2024