Skip to content

Commit

Permalink
Update fundraising banner image (Issue #13880) (#13929)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson authored Nov 24, 2023
1 parent 3e59b43 commit 0d2d436
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bedrock/base/templates/includes/banners/fundraiser.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
{% call split(
block_class='mzp-l-split-center-on-sm-md mzp-t-split-nospace',
image=resp_img(
url='img/banners/fundraising/loading-800.png',
url='img/banners/fundraising/hourglass-800.png',
srcset={
'img/banners/fundraising/loading-600.png': '600w',
'img/banners/fundraising/loading-800.png': '800w',
'img/banners/fundraising/loading-1000.png': '1000w',
'img/banners/fundraising/loading-1200.png': '1200w',
'img/banners/fundraising/loading-1400.png': '1400w',
'img/banners/fundraising/hourglass-600.png': '600w',
'img/banners/fundraising/hourglass-800.png': '800w',
'img/banners/fundraising/hourglass-1000.png': '1000w',
'img/banners/fundraising/hourglass-1200.png': '1200w',
'img/banners/fundraising/hourglass-1400.png': '1400w',
},
sizes={
'(min-width: 1600px)': '680px',
'(min-width: 768px)': '50vw',
'default': '100vw'
},
optional_attributes={
'height': '355',
'height': '383',
'width': '680',
'class': 'c-banner-media mzp-c-split-media-asset'
}
Expand Down
Binary file added media/img/banners/fundraising/hourglass-1000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/img/banners/fundraising/hourglass-1200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/img/banners/fundraising/hourglass-1400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/img/banners/fundraising/hourglass-600.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/img/banners/fundraising/hourglass-800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed media/img/banners/fundraising/loading-1000.png
Binary file not shown.
Binary file removed media/img/banners/fundraising/loading-1200.png
Binary file not shown.
Binary file removed media/img/banners/fundraising/loading-1400.png
Binary file not shown.
Binary file removed media/img/banners/fundraising/loading-600.png
Binary file not shown.
Binary file removed media/img/banners/fundraising/loading-800.png
Binary file not shown.

0 comments on commit 0d2d436

Please sign in to comment.