From 86d5090f809ea984f39caa4b97e3e4288cb6b1f7 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 26 Feb 2018 17:38:48 -0500 Subject: [PATCH] Added an MP4 video file link in the example/test HTML file --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 5867d6a..664ad5d 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,10 @@ { 'link': 'http://techslides.com/demos/sample-videos/small.ogv', 'type': 'video/ogg', + }, + { + 'link': 'http://techslides.com/demos/sample-videos/small.mp4', + 'type': 'video/mp4', } ] });