Skip to content

Commit 08835be

Browse files
committed
Remove comment
1 parent 5b3c6f0 commit 08835be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dotcom-rendering/src/lib/renderElement.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,6 @@ export const renderElement = ({
500500
- However they need to display in a different video player
501501
- We need to differentiate between the two forms of video
502502
- 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
507503
*/
508504
if (element.videoPlayerFormat === 'Loop') {
509505
return (

0 commit comments

Comments
 (0)