Making end-video using 100% width [HFJ-1875]
parent
11f7a2ba33
commit
510123993a
|
@ -178,6 +178,7 @@
|
|||
}
|
||||
.video-container > video {
|
||||
background-color: #000;
|
||||
width: 100%;
|
||||
}
|
||||
.video-container > .h5p-button {
|
||||
position: absolute;
|
||||
|
|
|
@ -373,6 +373,8 @@ H5P.QuestionSet = function (options, contentId) {
|
|||
scoreBar.appendTo($('.feedback-scorebar', $myDom));
|
||||
scoreBar.setScore(finals);
|
||||
$('.feedback-text', $myDom).html(scoreString);
|
||||
|
||||
self.trigger('resize');
|
||||
};
|
||||
|
||||
if (params.endGame.showAnimations) {
|
||||
|
|
Loading…
Reference in New Issue