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 5b3c6f0 commit 08835beCopy full SHA for 08835be
dotcom-rendering/src/lib/renderElement.tsx
@@ -500,10 +500,6 @@ export const renderElement = ({
500
- However they need to display in a different video player
501
- We need to differentiate between the two forms of video
502
- We can do this by interrogating the atom's metadata, which includes the new attribute `videoPlayerFormat`
503
-
504
- - Note: we'll probably extend this functionality to handle new 'Cinemagraph' videos
505
- - These may use the looping video, or yet another new, video player
506
- - But they will still be Media Atoms
507
*/
508
if (element.videoPlayerFormat === 'Loop') {
509
return (
0 commit comments