diff --git a/media-creator/scripts/upload-media.sh b/media-creator/scripts/upload-media.sh index 50750d0f..5bba55b1 100755 --- a/media-creator/scripts/upload-media.sh +++ b/media-creator/scripts/upload-media.sh @@ -101,10 +101,7 @@ upload "$WEB_IMAGES/search-alert-poster-dark.jpg" "images/search-alert-poster-da # Two widths per theme: the desktop shot is illegible scaled into a phone column, so the page picks # with a media query. for theme in light dark; do - for suffix in "" "-narrow"; do - upload "$WEB_IMAGES/vote-tally-${theme}${suffix}.webp" \ - "images/vote-tally-${theme}${suffix}.webp" "image/webp" - done + upload "$WEB_IMAGES/vote-tally-${theme}.png" "images/vote-tally-${theme}.png" "image/png" done echo diff --git a/web/components/about/vote-evidence.tsx b/web/components/about/vote-evidence.tsx index 85dc91a8..357ca5ce 100644 --- a/web/components/about/vote-evidence.tsx +++ b/web/components/about/vote-evidence.tsx @@ -63,7 +63,7 @@ function Shot({theme, alt, className}: {theme: 'light' | 'dark'; alt: string; cl matching source wins, so the two portrait cases are listed before the wide fallback. */} @@ -74,7 +74,7 @@ function Shot({theme, alt, className}: {theme: 'light' | 'dark'; alt: string; cl {/* height={SHOTS.narrow.height}*/} {/*/>*/}