Forked from exoclick-florin-tudor/fluid-player-fully-responsive.html
Created
March 14, 2020 20:54
-
-
Save batazo/e6d4081a82fb6f9b9813379b4762ce00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="stylesheet" href="https://cdn.fluidplayer.com/current/fluidplayer.min.css" type="text/css"/> | |
| <script src="https://cdn.fluidplayer.com/current/fluidplayer.min.js"></script> | |
| <video id="video-fully-responsive" controls style="width:100%"> | |
| <source src="http://cdn.fluidplayer.com/current/examples/video.mp4" title="720p" type="video/mp4"> | |
| </video> | |
| <script> | |
| var testVideo = fluidPlayer( | |
| 'video-fully-responsive', | |
| '', | |
| { | |
| responsive: true | |
| } | |
| ); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment