We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d46e3 commit 00820d4Copy full SHA for 00820d4
_includes/image.html
@@ -1,7 +1,6 @@
1
-<a href="{% asset '{{ include.path-detail }}' @path %}"
2
- data-rjs="{% asset '{{ include.path-detail }}' @path %}"
3
->
+<a href="{% asset '{{ include.path-detail }}' @path %}">
4
<img src="{% asset '{{ include.path }}' @path %}" alt="{{ include.alt }}"
+ data-rjs="{% asset '{{ include.path-detail }}' @path %}"
5
data-action="zoom"
6
data-zooming-width="{{ assets[include.path-detail].width }}"
7
data-zooming-height="{{ assets[include.path-detail].height }}"
0 commit comments