Implement adaptive height to support live cameras with different dimensions.

This commit is contained in:
Dermot Duffy
2022-01-14 21:31:16 -08:00
parent da3851f790
commit c83299a2e6
3 changed files with 61 additions and 26 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
// TODO lazy loading
// TODO media events
// TODO height adapting
// TODO can height adapting remove need for 16x9 dummy in the media carousel?
// TODO controls
// TODO lazy loading configuration
// TODO editor
// TODO readme
// TODO search for TODOs
import { CSSResultGroup, LitElement, TemplateResult, html, unsafeCSS } from 'lit';
import type {