Skip to content

Commit f3b3add

Browse files
authored
Merge pull request #14415 from guardian/ab/onwards-to-5-4
Use 5:4 aspect ratio for the carousel component
2 parents 7ff2f9d + 7e55f01 commit f3b3add

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/components/Carousel.importable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ const CarouselCard = ({
532532
index={index}
533533
showTopBarDesktop={!isOnwardContent}
534534
showTopBarMobile={!isOnwardContent}
535+
aspectRatio={'5:4'}
535536
/>
536537
</LI>
537538
);

0 commit comments

Comments
 (0)