Skip to content

Commit 0a7a36c

Browse files
Merge pull request #15001 from guardian/rjr-fix-loop-video-in-article
Fix issue of video not displaying in apps
2 parents 21c5300 + 774d66d commit 0a7a36c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,6 @@ export const SelfHostedVideo = ({
506506
setPreloadPartialData(isAutoplayAllowed === false || !!isInView);
507507
}, [isAutoplayAllowed, isInView]);
508508

509-
if (renderingTarget !== 'Web') return null;
510-
511509
if (adapted) {
512510
return FallbackImageComponent;
513511
}

0 commit comments

Comments
 (0)