Daniel Siepmann
746aaf3285
Allow to render videos with native HTML5 support in browser. A first example video is also added to fileadmin.
7 lines
331 B
HTML
7 lines
331 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true">
|
|
<figure>
|
|
<a href="{f:uri.image(image: image)}" target="_blank"><f:image image="{image}" maxWidth="1015" /></a>
|
|
<figcaption>Figure i{image.originalFile.uid}: {image.description}</figcaption>
|
|
</figure>
|
|
</html>
|