aboutsummaryrefslogtreecommitdiff
path: root/assets/js
diff options
context:
space:
mode:
authorMaZderMind2015-02-27 19:59:23 +0100
committerMaZderMind2015-02-27 19:59:23 +0100
commit40c0a97e7b4ec5aad5549669f1481f5b257652d0 (patch)
treecdb7584d1f6718f9dd820b8dfbf69c2eda9b9ea8 /assets/js
parented8b20bc6cb03a8f3521b169e8778d8ede23ea26 (diff)
Video-Player placement & fixes
Diffstat (limited to 'assets/js')
-rw-r--r--assets/js/lustiges-script.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/js/lustiges-script.js b/assets/js/lustiges-script.js
index accedb9..ffd1e95 100644
--- a/assets/js/lustiges-script.js
+++ b/assets/js/lustiges-script.js
@@ -160,6 +160,10 @@ $(function() {
$('audio').mediaelementplayer({
features: ['playpause', 'volume', 'current']
});
+
+ $(window).on('load', function() {
+ $(window).trigger('resize');
+ });
});