diff options
author | pdp8 <pdp8@pdp8.info> | 2023-11-26 18:26:33 +0100 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-11-26 18:26:33 +0100 |
commit | 8fa6f57d29f01bf1f1bd1e2c5f724575c838bb1d (patch) | |
tree | d58714a01ac718a2d61f017beb7144faf171a050 /videos.html | |
parent | e0e9035162603da710f54dc6ea3c3c498500d6f0 (diff) |
firefox video preloading fixed
Diffstat (limited to 'videos.html')
-rw-r--r-- | videos.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/videos.html b/videos.html index 0138359..8689f5b 100644 --- a/videos.html +++ b/videos.html @@ -17,14 +17,14 @@ </nav> <div class='post' id='2021-03-17'> <h1>ticinetto</h1>Synthstrom Online Festival #4 <a href="https://synthstrom.com/TV/">https://synthstrom.com/TV/</a> - <p><video controls="" poster='https://media.pdp8.info/videos/2021-03-17_ticinetto/poster.png'><source src='https://media.pdp8.info/videos/2021-03-17_ticinetto/ticinetto.webm' type='video/webm'> <source src='https://media.pdp8.info/videos/2021-03-17_ticinetto/ticinetto.mp4' type='video/mp4'></video></p> + <p><video controls="" preload='none' poster='https://media.pdp8.info/videos/2021-03-17_ticinetto/poster.png'><source src='https://media.pdp8.info/videos/2021-03-17_ticinetto/ticinetto.webm' type='video/webm'> <source src='https://media.pdp8.info/videos/2021-03-17_ticinetto/ticinetto.mp4' type='video/mp4'></video></p> <p><br> Youtube: <a href="https://youtu.be/cQlZSjpxEXs">https://youtu.be/cQlZSjpxEXs</a></p> </div> <hr> <div class='post' id='2019-08-01'> <h1>samplemaker</h1>Sound: dnice, Visuals: pdp8 - <p><video controls="" poster='https://media.pdp8.info/videos/2019-08-01_samplemaker/poster.png'><source src='https://media.pdp8.info/videos/2019-08-01_samplemaker/samplemaker.webm' type='video/webm'> <source src='https://media.pdp8.info/videos/2019-08-01_samplemaker/samplemaker.mp4' type='video/mp4'></video></p> + <p><video controls="" preload='none' poster='https://media.pdp8.info/videos/2019-08-01_samplemaker/poster.png'><source src='https://media.pdp8.info/videos/2019-08-01_samplemaker/samplemaker.webm' type='video/webm'> <source src='https://media.pdp8.info/videos/2019-08-01_samplemaker/samplemaker.mp4' type='video/mp4'></video></p> <p><br> YouTube: <a href="https://youtu.be/mB0a4UdM2KY">https://youtu.be/mB0a4UdM2KY</a><br> Source code: <a href="https://git.pdp8.info/samplemaker/">https://git.pdp8.info/samplemaker/</a></p> @@ -32,13 +32,13 @@ <hr> <div class='post' id='2019-03-04'> <h1>kriechstrom</h1> - <p><video controls="" poster='https://media.pdp8.info/videos/2019-03-04_kriechstrom/poster.png'><source src='https://media.pdp8.info/videos/2019-03-04_kriechstrom/kriechstrom.webm' type='video/webm'> <source src='https://media.pdp8.info/videos/2019-03-04_kriechstrom/kriechstrom.mp4' type='video/mp4'></video></p> + <p><video controls="" preload='none' poster='https://media.pdp8.info/videos/2019-03-04_kriechstrom/poster.png'><source src='https://media.pdp8.info/videos/2019-03-04_kriechstrom/kriechstrom.webm' type='video/webm'> <source src='https://media.pdp8.info/videos/2019-03-04_kriechstrom/kriechstrom.mp4' type='video/mp4'></video></p> <p>Source code: <a href="https://git.pdp8.info/kriechstrom">https://git.pdp8.info/kriechstrom</a></p> </div> <hr> <div class='post' id='2018-03-28'> <h1>loveparade truck 2</h1> - <p><video controls="" poster='https://media.pdp8.info/videos/2018-03-28_loveparade_truck_2/poster.png'><source src='https://media.pdp8.info/videos/2018-03-28_loveparade_truck_2/loveparade_truck_2.webm' type='video/webm'> <source src='https://media.pdp8.info/videos/2018-03-28_loveparade_truck_2/loveparade_truck_2.mp4' type='video/mp4'></video></p> + <p><video controls="" preload='none' poster='https://media.pdp8.info/videos/2018-03-28_loveparade_truck_2/poster.png'><source src='https://media.pdp8.info/videos/2018-03-28_loveparade_truck_2/loveparade_truck_2.webm' type='video/webm'> <source src='https://media.pdp8.info/videos/2018-03-28_loveparade_truck_2/loveparade_truck_2.mp4' type='video/mp4'></video></p> <p>YouTube: <a href="https://www.youtube.com/watch?v=801Dr3kHdek">https://www.youtube.com/watch?v=801Dr3kHdek</a></p> </div> <hr> |