Remove hardcoded video path

This commit is contained in:
Daniel Siepmann 2020-08-24 08:02:12 +02:00
parent 3b1f51371b
commit 31fe8a3468

View file

@ -2,7 +2,7 @@
data-namespace-typo3-fluid="true">
<figure>
<video controls {f:if(condition: video.properties.poster.publicUrl, then: 'poster="{video.properties.poster.publicUrl}"')}>
<source src="https://daniel-siepmann.de/fileadmin/Videos/PHPUnit/UnitTesting-Introduction.mp4" type="video/mp4">
<source src="{video.publicUrl}" type="video/mp4">
<p>
Sorry, your browser doesn't support embedded videos.<br>
You can find the raw video file here: <a href="{video.publicUrl}">{video.publicUrl}</a>.