We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e5167 commit bde0779Copy full SHA for bde0779
themes/delphi/layouts/partials/landing/carousel.html
@@ -10,8 +10,8 @@
10
<li>
11
{{ $img := resources.Get (path.Join "images/landing-page/hero-images" .image) }}
12
<picture>
13
- <source srcset="{{ ($img.Resize "1140x webp").RelPermalink }}" type="image/webp" />
14
- <img src="{{ ($img.Resize "1140x jpg").RelPermalink }}" width="1140" height="500" alt="{{ .title }}" />
+ <source srcset="{{ ($img.Resize "1440x webp").RelPermalink }}" type="image/webp" />
+ <img src="{{ ($img.Resize "1440x jpg").RelPermalink }}" width="1440" height="500" alt="{{ .title }}" />
15
</picture>
16
<div class="uk-container content-grid">
17
<div class="carousel-entry grid-2-10">
0 commit comments