From 2de53987d99afadb1820022851b440340edc8a53 Mon Sep 17 00:00:00 2001
From: Rene Halver <r.halver@fz-juelich.de>
Date: Fri, 17 Jan 2020 09:07:25 +0100
Subject: [PATCH] video fix

---
 content/methods.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/methods.md b/content/methods.md
index cbc6289..59bd47e 100644
--- a/content/methods.md
+++ b/content/methods.md
@@ -15,7 +15,7 @@ The following methods are currently included in the ALL software library.
 
 ## Histogram-based adjustment
 
-<video preload="none" height="720" width="1280" controls="on">
+<video preload="none" height="720" width="1280" controls poster>
 <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" >
-- 
GitLab