Skip to content

Instantly share code, notes, and snippets.

@spodlecki
spodlecki / document_with_one_inline_and_one_wrapper_ad.xml
Last active February 15, 2021 11:38
VAST 2.0 with a single wrapper
<!-- VAST document with one InLine ad and one Wrapper ad-->
<VAST version="2.0">
<Ad id="601364">
<InLine>
<AdSystem>Acudeo Compatible</AdSystem>
<AdTitle>VAST 2.0 Instream Test 1</AdTitle>
<Description>VAST 2.0 Instream Test 1</Description>
<Error>http://myErrorURL/error</Error>
<Impression>
@spodlecki
spodlecki / gitlab-9.0.css
Created March 22, 2017 22:30
Gitlab 9.0 CSS Fixes (Fixed Menu)
/* Main Fixed Styles */
header .header-content {
padding-left: 65px;
}
.page-with-sidebar {
margin-left: 65px;
}
.dropdown-menu-nav.global-dropdown-menu {
display: block;
position: fixed;
@spodlecki
spodlecki / video-icons.scss
Last active September 4, 2018 14:59
Use-case for adding a `crossorigin` option to videojs
.video-js [class^="icon-"] .vjs-icon-placeholder:before,
.video-js [class*=" icon-"] .vjs-icon-placeholder:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: inherit;
}
.video-js .icon-camera .vjs-icon-placeholder:before {