Skip to content

Commit

Permalink
Fix home SoM image paths [mozilla#15727] (mozilla#15739)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook authored Dec 16, 2024
1 parent d59b4fa commit e441ada
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ <h2 class="m24-c-showcase-title">{{ ftl('m24-home-state-of-mozilla') }}</h2>
<div class="m24-c-showcase">
<div class="m24-c-showcase-media">
{{ resp_img(
url='img/home/2024//showcase/showcase-som-1440.png',
url='img/home/2024/showcase/showcase-som-1440.png',
srcset={
'img/home/2024//showcase/showcase-som-375.png': '375w',
'img/home/2024//showcase/showcase-som-686.png': '686w',
'img/home/2024//showcase/showcase-som-1440.png': '1440w',
'img/home/2024//showcase/showcase-som-2752.png': '2752w',
'img/home/2024/showcase/showcase-som-375.png': '375w',
'img/home/2024/showcase/showcase-som-686.png': '686w',
'img/home/2024/showcase/showcase-som-1440.png': '1440w',
'img/home/2024/showcase/showcase-som-2752.png': '2752w',
},
sizes={
'default': '100vw',
Expand Down

0 comments on commit e441ada

Please sign in to comment.