Skip to content

Commit 00820d4

Browse files
migueldemouranielsenramon
authored andcommitted
Fix retinajs
1 parent 24d46e3 commit 00820d4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_includes/image.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
<a href="{% asset '{{ include.path-detail }}' @path %}"
2-
data-rjs="{% asset '{{ include.path-detail }}' @path %}"
3-
>
1+
<a href="{% asset '{{ include.path-detail }}' @path %}">
42
<img src="{% asset '{{ include.path }}' @path %}" alt="{{ include.alt }}"
3+
data-rjs="{% asset '{{ include.path-detail }}' @path %}"
54
data-action="zoom"
65
data-zooming-width="{{ assets[include.path-detail].width }}"
76
data-zooming-height="{{ assets[include.path-detail].height }}"

0 commit comments

Comments
 (0)