Add thumbnail to live view.

This commit is contained in:
Dermot Duffy
2021-11-25 15:22:41 -08:00
parent cbd2505b98
commit 3c7634d9d5
12 changed files with 273 additions and 92 deletions
+12
View File
@@ -0,0 +1,12 @@
:host {
width: 100%;
height: 100%;
display: block;
}
canvas {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}