Skip to content

Commit

Permalink
add static screen for easier screen recording (not allowed from local…
Browse files Browse the repository at this point in the history
…host)
  • Loading branch information
hmayerhutte committed Oct 4, 2023
0 parents commit df9e512
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
34 changes: 34 additions & 0 deletions sandbox-pooling/wistia-static-startscreen.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wistia: Use Sandbox pooling</title>
<style>
iframe {
margin: 0px !important;
padding: 0px !important;
background: #1500ff;
border: 0px !important;
}

html, body {
margin: 0px !important;
padding: 0px !important;
border: 0px !important;
width: 100%;
height: 100%;
background: #9289FE;
}

video::-webkit-media-controls {
display: none;
}

</style>
</head>
<body>
<img src="wistia-static-startscreen.png" alt="" />
</body>
</html>
Binary file added sandbox-pooling/wistia-static-startscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df9e512

Please sign in to comment.