From ae7a4cfd8d17d4a9e12a019f000a91a2a7962d38 Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Mon, 11 Nov 2024 15:05:54 -0600 Subject: [PATCH] crossorigin anon on video carousel --- .../content/carousels/InteractivePromotionalCarousel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/content/carousels/InteractivePromotionalCarousel.js b/src/components/content/carousels/InteractivePromotionalCarousel.js index 6951f60..e518d78 100644 --- a/src/components/content/carousels/InteractivePromotionalCarousel.js +++ b/src/components/content/carousels/InteractivePromotionalCarousel.js @@ -103,6 +103,7 @@ const InteractivePromotionalCarousel = () => { loop muted playsInline + crossOrigin="anonymous" onError={(e) => console.warn('Video error:', e)} /> ) : (