Skip to content

Commit 459db6c

Browse files
author
Cosmin
committed
reworked height on video widget
1 parent 89a5dd0 commit 459db6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

js/shapely-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
height = iframe.height();
193193

194194
if ( self.height() == 0 ) {
195-
self.height(height);
195+
//self.height(height);
196196
}
197197
});
198198

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3189,6 +3189,7 @@ footer.bg-dark a {
31893189
.video-widget {
31903190
position: relative;
31913191
overflow: hidden;
3192+
height: calc(100vh - 56px);
31923193
}
31933194

31943195
.video-widget .video-controls {

0 commit comments

Comments
 (0)