ds-site/Resources/Private/Partials/Image.html
Daniel Siepmann 0feb7c46fd Add page / blog post images to output
Also move as in dataprocessing always to top, to show it in folded vim.
2019-12-13 13:27:25 +01:00

8 lines
332 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>