Skip to content

Commit bde0779

Browse files
committed
style: tune landing page images
1 parent 80e5167 commit bde0779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/delphi/layouts/partials/landing/carousel.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<li>
1111
{{ $img := resources.Get (path.Join "images/landing-page/hero-images" .image) }}
1212
<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 }}" />
13+
<source srcset="{{ ($img.Resize "1440x webp").RelPermalink }}" type="image/webp" />
14+
<img src="{{ ($img.Resize "1440x jpg").RelPermalink }}" width="1440" height="500" alt="{{ .title }}" />
1515
</picture>
1616
<div class="uk-container content-grid">
1717
<div class="carousel-entry grid-2-10">

0 commit comments

Comments
 (0)