Skip to content

Instantly share code, notes, and snippets.

@johanneslumpe
Last active August 29, 2015 14:00
Show Gist options
  • Save johanneslumpe/11137971 to your computer and use it in GitHub Desktop.
Save johanneslumpe/11137971 to your computer and use it in GitHub Desktop.
Fullsize background videos in webkit browsers gist 2
.my-fixed-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment