Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormismith0227 <doraepon2216@gmail.com>2020-01-13 15:33:10 +0300
committermismith0227 <doraepon2216@gmail.com>2020-01-13 15:33:10 +0300
commit69a7128ff8bb5ed58ce25abc1cb55032d86e928d (patch)
tree8a499bfc7fb9355d440518958cf9086119c055fd /layouts
parentdaa38f4dc539ce1759e16c9e2738f5d211476a04 (diff)
#112 zoom.js to zooming
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/zoom-img.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/zoom-img.html b/layouts/shortcodes/zoom-img.html
index df8bc85..b53d636 100644
--- a/layouts/shortcodes/zoom-img.html
+++ b/layouts/shortcodes/zoom-img.html
@@ -1 +1 @@
-<img src="{{ .Get `src` }}" alt="{{ .Page.Title }} {{ .Get `src` }}" data-action="zoom">
+<img src="{{ .Get `src` }}" alt="{{ .Page.Title }} {{ .Get `src` }}" class="img-zoomable">