Skip to content

Commit d421998

Browse files
refactor: SNI-6952 move video below image in playground app
1 parent ad7e993 commit d421998

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

  • packages/react/playground/src

packages/react/playground/src/App.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,10 @@ function App() {
2323

2424
return (
2525
<div>
26-
<h1>AdvancedVideo</h1>
27-
<AdvancedVideo
28-
cldVid={cldVid}
29-
controls
30-
loop
31-
width={600}
32-
/>
33-
3426
<h1>AdvancedImage</h1>
3527
<AdvancedImage cldImg={img} plugins={[responsive({ steps: 100 })]} />
28+
<h1>AdvancedVideo</h1>
29+
<AdvancedVideo cldVid={cldVid} controls loop width={600} />
3630
</div>
3731
)
3832
}

0 commit comments

Comments
 (0)