Advertisement
Guest User

Untitled

a guest
May 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.31 KB | None | 0 0
  1. <link rel="stylesheet" href="https://cdn.plyr.io/3.5.3/plyr.css" />
  2. <script src="https://cdn.plyr.io/3.5.3/plyr.polyfilled.js"></script>
  3. <style>
  4. .videoi {
  5.   width: 100%;
  6.   height: auto;
  7. }
  8. .infograf {
  9.   width: 100%;
  10.   height: auto;
  11. }
  12. </style>
  13.  
  14.  
  15. <script>
  16.     const player = new Plyr('#player');
  17. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement