Skip to content

Commit

Permalink
🐛 Fix thumbnail image size #2640 (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
padms authored Nov 5, 2024
1 parent cdb9c7d commit 4775d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/newsroom/NewsSections/NewsHeadliner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const NewsHeadliner = forwardRef<HTMLLIElement, NewsHeadlinerProps>(function New
<div className="aspect-video relative max-h-[324px] mb-2">
{thumbnailUrl ? (
<img
className="relative rounded-xs"
className="relative rounded-xs h-full w-full"
src={thumbnailUrl}
alt=""
style={{ objectFit: 'cover' }}
Expand Down

0 comments on commit 4775d89

Please sign in to comment.