File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ export type Props = {
129129 liveUpdatesAlignment ?: Alignment ;
130130 liveUpdatesPosition ?: Position ;
131131 onwardsSource ?: OnwardsSource ;
132- pauseOffscreenVideo ?: boolean ;
133132 showVideo ?: boolean ;
134133 isTagPage ?: boolean ;
135134 /** Allows the consumer to set an aspect ratio on the image of 5:3, 5:4, 4:5 or 1:1 */
@@ -381,7 +380,6 @@ export const Card = ({
381380 liveUpdatesAlignment = 'vertical' ,
382381 liveUpdatesPosition = 'inner' ,
383382 onwardsSource,
384- pauseOffscreenVideo = false ,
385383 showVideo = true ,
386384 absoluteServerTimes,
387385 isTagPage = false ,
@@ -930,9 +928,6 @@ export const Card = ({
930928 hideCaption = { true }
931929 stickyVideos = { false }
932930 kickerText = { kickerText }
933- pauseOffscreenVideo = {
934- pauseOffscreenVideo
935- }
936931 /*
937932 * TODO: IMPROVE THIS MAPPING
938933 *
Original file line number Diff line number Diff line change @@ -512,7 +512,6 @@ const CarouselCard = ({
512512 imageSize = { 'carousel' }
513513 showClock = { ! isOnwardContent && true }
514514 showAge = { true }
515- pauseOffscreenVideo = { false }
516515 showQuotedHeadline = { format . design === ArticleDesign . Comment }
517516 dataLinkName = { dataLinkName }
518517 discussionId = { discussionId }
You can’t perform that action at this time.
0 commit comments