Thumbnail carousel initial draft

This commit is contained in:
Dermot Duffy
2021-11-22 17:07:33 -08:00
parent e99a5a5ef7
commit 6c03934656
10 changed files with 242 additions and 125 deletions
+7 -1
View File
@@ -1,10 +1,16 @@
:host {
width: 100%;
height: 100%;
display: block;
--video-max-height: none;
}
canvas {
width: 100%;
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
/* Don't drop shadow or have radius for nested webrtc card */