Making end-video using 100% width [HFJ-1875]

pull/5/head
Paal Joergensen 2016-05-09 15:30:22 +02:00
parent 11f7a2ba33
commit 510123993a
2 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,7 @@
}
.video-container > video {
background-color: #000;
width: 100%;
}
.video-container > .h5p-button {
position: absolute;

View File

@ -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) {