Skip to content

Commit 69262a8

Browse files
authored
Merge pull request #86 from dewanakl/improve-ui
fix: height property not removed
2 parents 080d93d + b22abcf commit 69262a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

js/app/guest/video.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ export const video = (() => {
123123
observer.observe(vid);
124124
progress.complete('video');
125125
});
126+
}).finally(() => {
127+
vid.style.removeProperty('height');
128+
wrap.style.removeProperty('height');
126129
});
127130
};
128131

0 commit comments

Comments
 (0)