summaryrefslogtreecommitdiffstats
path: root/layouts/_default/_markup/render-image.html
diff options
context:
space:
mode:
authoramzrk22020-07-07 21:40:03 +0800
committeramzrk22020-07-07 21:40:03 +0800
commit7da818e69b76ff6764157da75137de69feadb7ce (patch)
tree6a7c17804675f52cf6d68261f59da448020af8c6 /layouts/_default/_markup/render-image.html
parent39b230d730c44e9463c6c83ea7f81851a2048a5b (diff)
downloadhugo-theme-fuji-7da818e69b76ff6764157da75137de69feadb7ce.tar.gz
hugo-theme-fuji-7da818e69b76ff6764157da75137de69feadb7ce.tar.bz2
hugo-theme-fuji-7da818e69b76ff6764157da75137de69feadb7ce.zip
Fix medium-zoom
Diffstat (limited to 'layouts/_default/_markup/render-image.html')
-rw-r--r--layouts/_default/_markup/render-image.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html
index 1b20943..397ff55 100644
--- a/layouts/_default/_markup/render-image.html
+++ b/layouts/_default/_markup/render-image.html
@@ -1,3 +1 @@
-<a href="{{ .Destination | safeURL }}" target="_blank">
- <img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" />
-</a> \ No newline at end of file
+<img class="img-zoomable" src="{{ .Destination | safeURL }}" alt="{{ .Text }}" />