change canvas / video / photo size
This commit is contained in:
parent
caa299bfb0
commit
cafac3f6ef
|
|
@ -17,21 +17,16 @@
|
|||
#video {
|
||||
position:absolute;
|
||||
z-index: 9;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
#canvas-draw{
|
||||
position:absolute;
|
||||
z-index:10;
|
||||
width: 100%;
|
||||
}
|
||||
#canvas-debug{
|
||||
position:absolute;
|
||||
z-index:10;
|
||||
width: 20em;
|
||||
opacity: 100%;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
|
||||
#photo {
|
||||
position:absolute;
|
||||
z-index:5;
|
||||
|
|
|
|||
Loading…
Reference in a new issue