Skip to content

Instantly share code, notes, and snippets.

View thethp's full-sized avatar

Todd H. Page thethp

View GitHub Profile
(function () {
var css = '#fake, #fake video {';
css += 'width: 300px;';
css += 'height: 300px;';
css += 'position: relative;';
css += 'display: inline-block;';
css += 'top: 0;';
css += 'left; 0;';
css += 'margin; 0;';
css += 'overflow: hidden;';