Last active
April 24, 2022 03:25
-
-
Save exoclick-florin-tudor/60a7b49c7b1ced1cb35cda61015a7f5a 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