Add svg syles and rename imageFeed to videoFeed

This commit is contained in:
Isaac Connor 2021-12-05 17:45:54 -05:00
parent 45559123af
commit e6a12d20c6
1 changed files with 15 additions and 1 deletions

View File

@ -77,7 +77,7 @@ height: 100%;
position: relative;
}
#imageFeed {
#videoFeed {
display: inline-block;
position: relative;
text-align: center;
@ -263,3 +263,17 @@ height: 100%;
height: 100%;
background-color: #999999;
}
svg.zones {
position:absolute;
top: 0;
left: 0;
background: none;
width: 100%;
/*
height: 100%;
*/
}
#videoobj {
width: 100%;
height: 100%;
}