diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-14 21:38:41 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-14 21:38:41 +0300 |
| commit | b98f78def97e5a14cb4f938273dc601e08e4bc2b (patch) | |
| tree | b208f28d22b7c8de79db369e398d5015ea06d4fe /src/index.html.mustache | |
| parent | c56026f64653c943a70a8a37214ade65593128c5 (diff) | |
Start using resize service
Diffstat (limited to 'src/index.html.mustache')
| -rw-r--r-- | src/index.html.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html.mustache b/src/index.html.mustache index d324803..ab614fc 100644 --- a/src/index.html.mustache +++ b/src/index.html.mustache @@ -27,8 +27,8 @@ <div class="column">
{{#.}}
{{#.}}
- <a target="_blank" href="{{&src_hiq}}">
- <img src="{{&src_thumbnail}}" alt="{{title}}">
+ <a target="_blank" href="{{&src}}">
+ <img src="{{&src}}?nf_resize=fit&w=600" alt="{{title}}">
</a>
{{/.}}
{{/.}}
|
