Skip to content

Commit

Permalink
adds warning on screen if there is no video. Only in english but bett…
Browse files Browse the repository at this point in the history
…er than nothing for now.
  • Loading branch information
NSavenije committed Dec 1, 2021
1 parent e1b3820 commit 9778fc2
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -222,6 +222,9 @@
});
}
}
else if (toResize) { // no media loaded
$("#panelHolder").html("No media was loaded.");
}

$panelHolder.find(".panel .fullH").each(function() {
interactiveVideo.resizeContent($(this));
Expand Down

0 comments on commit 9778fc2

Please sign in to comment.