Skip to content

Commit

Permalink
add default picture nolazyload tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
asadowski10 committed May 27, 2024
1 parent 19b6906 commit af482b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/conf-img/tpl/default-picture-nolazyload-caption.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<picture>
%%data-location%%
%%sources%%
<img %%src%% fetchpriority="high" %%attributes%%>
</picture>
<figcaption>%%caption%%</figcaption>
5 changes: 5 additions & 0 deletions assets/conf-img/tpl/default-picture-nolazyload.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<picture>
%%data-location%%
%%sources%%
<img %%src%% fetchpriority="high" %%attributes%%>
</picture>

0 comments on commit af482b7

Please sign in to comment.