Remove hardcoded video path
This commit is contained in:
parent
3b1f51371b
commit
31fe8a3468
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
data-namespace-typo3-fluid="true">
|
data-namespace-typo3-fluid="true">
|
||||||
<figure>
|
<figure>
|
||||||
<video controls {f:if(condition: video.properties.poster.publicUrl, then: 'poster="{video.properties.poster.publicUrl}"')}>
|
<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>
|
<p>
|
||||||
Sorry, your browser doesn't support embedded videos.<br>
|
Sorry, your browser doesn't support embedded videos.<br>
|
||||||
You can find the raw video file here: <a href="{video.publicUrl}">{video.publicUrl}</a>.
|
You can find the raw video file here: <a href="{video.publicUrl}">{video.publicUrl}</a>.
|
||||||
|
|
Loading…
Reference in a new issue