Skip to content
Snippets Groups Projects
Commit 00b2389d authored by Rene Halver's avatar Rene Halver
Browse files

video fix

parent 1b2d8c89
No related branches found
No related tags found
No related merge requests found
Pipeline #28374 passed
...@@ -15,10 +15,10 @@ The following methods are currently included in the ALL software library. ...@@ -15,10 +15,10 @@ The following methods are currently included in the ALL software library.
## Histogram-based adjustment ## Histogram-based adjustment
<video preload="none"> <video preload="none" height="720" width="1280" controls="on">
<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.mp4" type="video/mp4" >
<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.ogg" type="video/ogg" >
<source src="/websites/all-website/videos/animation_hist.avi" type="video/avi" height="720" width="1280" controls="on"> <source src="/websites/all-website/videos/animation_hist.avi" type="video/avi" >
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment