From 26b287419deafb1287986b397a094b37fa8b8a18 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 17 Feb 2017 10:19:37 -0500 Subject: trying to track down video playback issues --- www/templates/events-modal.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 2e916f57..68065e24 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -18,10 +18,26 @@
+ + + +
-




+ + Falback testing:{{ video_url | trusted}} + + + --> + + vg-plays-inline="videoObject.config.playsInline" vg-theme="videoObject.config.theme" vg-complete="playbackFinished()" on-double-tap="closeModal();" vg-autoplay="videoObject.config.autoPlay" vg-responsive="videoObject.config.responsive" vg-update-time="videoTime(event.Event.StartTime,$currentTime)" vg-error="onVideoError($event)"> -- cgit v1.2.3