1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

started on Share Embed Link; removed emubevel class; load support scripts at runtime

This commit is contained in:
Steven Hugg
2018-08-23 23:58:35 -04:00
parent 1f32eee70c
commit cb22adeb62
13 changed files with 12846 additions and 51 deletions
+7 -11
View File
@@ -215,21 +215,17 @@ div.emulator {
margin-top: 20px auto 0;
height:100%;
}
.emubevel {
width:100%;
height:100%;
padding:5%;
background:#555;
}
/* has to be here b/c renders differently after first load if in inline style */
.emuvideo {
border-radius:20px;
border: 4px solid #222;
padding: 30px;
margin-top: 10px;
margin-bottom: 10px;
background: #000;
outline-color: #666;
width: 100%;
padding: 30px;
background: #000;
margin-top:40px;
margin-left:7.5%;
margin-right:7.5%;
width: 85%;
}
canvas.pixelated {
image-rendering: optimizeSpeed; /* Older versions of FF */