Add link to full image version
Allow visitor to grep full image.
This commit is contained in:
parent
ca3f397104
commit
942d92334d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<f:section name="Content">
|
||||
<f:for each="{images}" as="image">
|
||||
<figure>
|
||||
<f:image image="{image}" maxWidth="1030" />
|
||||
<a href="{f:uri.image(image: image)}" target="_blank"><f:image image="{image}" maxWidth="1030" /></a>
|
||||
<figcaption>Figure i{image.originalFile.uid}: {image.description}</figcaption>
|
||||
</figure>
|
||||
</f:for>
|
||||
|
|
Loading…
Reference in a new issue