Merge branch 'master' into fix-subtitle-line-spacing
This commit is contained in:
commit
f712d9c238
191 changed files with 6658 additions and 8080 deletions
|
@ -1674,7 +1674,7 @@ function tryRemoveElement(elem) {
|
|||
setAspectRatio(val) {
|
||||
const mediaElement = this.#mediaElement;
|
||||
if (mediaElement) {
|
||||
if ('auto' === val) {
|
||||
if (val === 'auto') {
|
||||
mediaElement.style.removeProperty('object-fit');
|
||||
} else {
|
||||
mediaElement.style['object-fit'] = val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue