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', |
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-html-on-pause" 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-html-on-pause', |
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-ad-text-cta" controls style="width:100%"> | |
| <source src="http://cdn.fluidplayer.com/current/examples/video.mp4" title="720p" type="video/mp4"> | |
| </video> | |
| <script> | |
| var my_vast_url = "/{{ theme_path('assets/vax.xml') }}"; | |
| var testVideo = fluidPlayer( |
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-ad-text" controls style="width:100%"> | |
| <source src="http://cdn.fluidplayer.com/current/examples/video.mp4" title="720p" type="video/mp4"> | |
| </video> | |
| <script> | |
| var my_vast_url = "/{{ theme_path('assets/vax.xml') }}"; |
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-logo" 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-logo', |
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-autoplay" controls style="width:100%"> | |
| <source src="http://cdn.fluidplayer.com/current/examples/video.mp4" title="720p" type="video/mp4"> | |
| </video> | |
| <script> | |
| var video = fluidPlayer( | |
| 'video-autoplay', |
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-multi-res" controls style="width:100%"> | |
| <source src="http://cdn.fluidplayer.com/current/examples/video.mp4" title="720p" type="video/mp4"> | |
| <source src="http://cdn.fluidplayer.com/current/examples/video360.mp4" title="360p" type="video/mp4"> | |
| </video> | |
| <script> | |
| var video = fluidPlayer( |