Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
895 B
1
Indexable
Never
<script src="https://cdn.fluidplayer.com/v3/current/fluidplayer.min.js"></script>
<video id="video-id"><source src="video.mp4" title="480p" type="video/mp4" />
<video id="video-id"><source src="video.mp4" title="720p" type="video/mp4" />
<video id="video-id"><source src="video.mp4" title="1080p" type="video/mp4" />
<script>
    var myFP = fluidPlayer(
        'video-id', {
 "layoutControls": {
  "controlBar": {
   "autoHideTimeout": 3,
   "animated": true,
   "autoHide": true
  },
  "htmlOnPauseBlock": {
   "html": null,
   "height": null,
   "width": null
  },
  "autoPlay": false,
  "mute": true,
  "allowTheatre": false,
  "playPauseAnimation": true,
  "playbackRateEnabled": true,
  "allowDownload": true,
  "playButtonShowing": true,
  "fillToContainer": false,
  "posterImage": ""
 },
 "vastOptions": {
  "adList": [],
  "adCTAText": false,
  "adCTATextPosition": ""
 }
});
</script>