From 9a3c16aecb0fcd28f3c9cd126db4495d7a783769 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 2 Dec 2014 23:57:38 +0100 Subject: slide-stream will be delivered as a ultra-low-bitrate video not as jpegs like last year --- assets/js/lustiges-script.js | 21 ----------------- template/assemblies/player/slides.phtml | 41 ++++++++++++++++++++++----------- 2 files changed, 28 insertions(+), 34 deletions(-) diff --git a/assets/js/lustiges-script.js b/assets/js/lustiges-script.js index 44e5e3e..0e9af2f 100644 --- a/assets/js/lustiges-script.js +++ b/assets/js/lustiges-script.js @@ -162,27 +162,6 @@ $(function() { }); }); -// slide-stream -$(function() { - var - updateTimer = 5000, /* reload slide image 5 seconds after the previous image was loaded */ - $template = $('img.slide.template').clone().detach(); - - function updateSlideImage() { - // no way around breaking the cache hard in FF - // -> https://bugzilla.mozilla.org/show_bug.cgi?id=295942 - $template - .clone() - .on('load', function() { - $(this).replaceAll($('img.slide')); - setTimeout(updateSlideImage, updateTimer); - }) - .attr('src', $template.data('src')+'?'+Date.now()); - } - - updateSlideImage(); -}); - // startpage program teaser $(function() { var diff --git a/template/assemblies/player/slides.phtml b/template/assemblies/player/slides.phtml index f26163a..c2720d6 100644 --- a/template/assemblies/player/slides.phtml +++ b/template/assemblies/player/slides.phtml @@ -1,13 +1,28 @@ -<?=h($title)?> - -
- -
+
+ +
\ No newline at end of file -- cgit v1.2.3