We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679f799 commit 5b3c6f0Copy full SHA for 5b3c6f0
dotcom-rendering/src/lib/renderElement.tsx
@@ -507,18 +507,11 @@ export const renderElement = ({
507
*/
508
if (element.videoPlayerFormat === 'Loop') {
509
return (
510
- <>
511
- <Island
512
- priority="critical"
513
- defer={{ until: 'visible' }}
514
- >
515
- <LoopVideoInArticle
516
- element={element}
517
- format={format}
518
- isMainMedia={isMainMedia}
519
- />
520
- </Island>
521
- </>
+ <LoopVideoInArticle
+ element={element}
+ format={format}
+ isMainMedia={isMainMedia}
+ />
522
);
523
} else {
524
0 commit comments