Skip to content

Commit

Permalink
Change SoM showcase image to SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniehobson committed Dec 17, 2024
1 parent 0fa03eb commit cd97a97
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,7 @@ <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',
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',
},
sizes={
'default': '100vw',
},
optional_attributes={
'width': '1376',
'height': '590',
'alt': ftl('m24-home-state-of-mozilla-alt'),
'loading': 'lazy',
}
) }}
<img loading="lazy" src="{{ static('img/home/2024/showcase/showcase-som.svg') }}" class="m24-c-menu-item-icon" width="1376" height="590" alt="{{ ftl('m24-home-state-of-mozilla-alt') }}">
</div>
</div>

Expand Down
Binary file removed media/img/home/2024/showcase/showcase-som-1440.png
Binary file not shown.
Binary file removed media/img/home/2024/showcase/showcase-som-2752.png
Binary file not shown.
Binary file removed media/img/home/2024/showcase/showcase-som-375.png
Binary file not shown.
Binary file removed media/img/home/2024/showcase/showcase-som-686.png
Binary file not shown.
1 change: 1 addition & 0 deletions media/img/home/2024/showcase/showcase-som.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd97a97

Please sign in to comment.