Render the JSMPEG spinner until the last possible moment.

This commit is contained in:
Dermot Duffy
2022-01-17 20:27:26 -08:00
parent 1a1a813bf6
commit aeac0004ea
4 changed files with 66 additions and 57 deletions
+6
View File
@@ -2,6 +2,12 @@
--video-max-height: none;
}
.embla__container {
// To support adaptive height animations.
transition: max-height 0.5s ease;
}
.embla__slide {
flex: 0 0 100%;
}