Skip to content

Commit 57c6510

Browse files
committed
Build
1 parent 9a86d5d commit 57c6510

File tree

3 files changed

+56
-33
lines changed

3 files changed

+56
-33
lines changed

dist/four-point-eight/forms/misc/images.txp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<txp:if_variable name="caption" value="">
66

77
<p itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
8-
<img itemprop="url contentUrl" src="<txp:image_url link='0' />" alt="<txp:image_info type='alt' />">
8+
<img loading="lazy" itemprop="url contentUrl" src="<txp:image_url link='0' />" alt="<txp:image_info type='alt' />">
99
<meta itemprop="width" content="<txp:image_info type="w" />">
1010
<meta itemprop="height" content="<txp:image_info type="h" />">
1111
</p>
@@ -14,7 +14,7 @@
1414

1515
<figure itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
1616

17-
<img itemprop="url contentUrl" src="<txp:image_url link='0' />" alt="<txp:image_info type='alt' />">
17+
<img loading="lazy" itemprop="url contentUrl" src="<txp:image_url link='0' />" alt="<txp:image_info type='alt' />">
1818
<meta itemprop="width" content="<txp:image_info type="w" />">
1919
<meta itemprop="height" content="<txp:image_info type="h" />">
2020

0 commit comments

Comments
 (0)