Scale image figures to 1280 instead of 640
This commit is contained in:
parent
542866489d
commit
8478b049f0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{{ $img := (.Page.Resources.GetMatch (.Get "name")) }}
|
{{ $img := (.Page.Resources.GetMatch (.Get "name")) }}
|
||||||
{{ $resized_img := $img.Fit "1000x1000" }}
|
{{ $resized_img := $img.Fit "1280x1280" }}
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<figure>
|
<figure>
|
||||||
<a href="{{ $img.RelPermalink }}">
|
<a href="{{ $img.RelPermalink }}">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue