From 00b2389d4ad3ea19cd1e9a5dec98cb16c0b31172 Mon Sep 17 00:00:00 2001 From: Rene Halver <r.halver@fz-juelich.de> Date: Fri, 17 Jan 2020 09:05:04 +0100 Subject: [PATCH] video fix --- content/methods.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/methods.md b/content/methods.md index d3f884b..cbc6289 100644 --- a/content/methods.md +++ b/content/methods.md @@ -15,10 +15,10 @@ The following methods are currently included in the ALL software library. ## Histogram-based adjustment -<video preload="none"> -<source src="/websites/all-website/videos/animation_hist.mp4" type="video/mp4" height="720" width="1280" controls="on"> -<source src="/websites/all-website/videos/animation_hist.ogg" type="video/ogg" height="720" width="1280" controls="on"> -<source src="/websites/all-website/videos/animation_hist.avi" type="video/avi" height="720" width="1280" controls="on"> +<video preload="none" height="720" width="1280" controls="on"> +<source src="/websites/all-website/videos/animation_hist.mp4" type="video/mp4" > +<source src="/websites/all-website/videos/animation_hist.ogg" type="video/ogg" > +<source src="/websites/all-website/videos/animation_hist.avi" type="video/avi" > Your browser does not support the video tag. </video> -- GitLab