Add svg syles and rename imageFeed to videoFeed
This commit is contained in:
parent
45559123af
commit
e6a12d20c6
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue