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 = {
129
129
liveUpdatesAlignment ?: Alignment ;
130
130
liveUpdatesPosition ?: Position ;
131
131
onwardsSource ?: OnwardsSource ;
132
- pauseOffscreenVideo ?: boolean ;
133
132
showVideo ?: boolean ;
134
133
isTagPage ?: boolean ;
135
134
/** 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 = ({
381
380
liveUpdatesAlignment = 'vertical' ,
382
381
liveUpdatesPosition = 'inner' ,
383
382
onwardsSource,
384
- pauseOffscreenVideo = false ,
385
383
showVideo = true ,
386
384
absoluteServerTimes,
387
385
isTagPage = false ,
@@ -930,9 +928,6 @@ export const Card = ({
930
928
hideCaption = { true }
931
929
stickyVideos = { false }
932
930
kickerText = { kickerText }
933
- pauseOffscreenVideo = {
934
- pauseOffscreenVideo
935
- }
936
931
/*
937
932
* TODO: IMPROVE THIS MAPPING
938
933
*
Original file line number Diff line number Diff line change @@ -512,7 +512,6 @@ const CarouselCard = ({
512
512
imageSize = { 'carousel' }
513
513
showClock = { ! isOnwardContent && true }
514
514
showAge = { true }
515
- pauseOffscreenVideo = { false }
516
515
showQuotedHeadline = { format . design === ArticleDesign . Comment }
517
516
dataLinkName = { dataLinkName }
518
517
discussionId = { discussionId }
You can’t perform that action at this time.
0 commit comments