Skip to content

Commit af482b7

Browse files
committed
add default picture nolazyload tpl
1 parent 19b6906 commit af482b7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<picture>
2+
%%data-location%%
3+
%%sources%%
4+
<img %%src%% fetchpriority="high" %%attributes%%>
5+
</picture>
6+
<figcaption>%%caption%%</figcaption>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<picture>
2+
%%data-location%%
3+
%%sources%%
4+
<img %%src%% fetchpriority="high" %%attributes%%>
5+
</picture>

0 commit comments

Comments
 (0)