Skip to content

Commit

Permalink
Update fluid.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Mar 26, 2024
1 parent 94de5db commit ed3ea11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluid.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
</style>
<script src="https://cdn.fluidplayer.com/v3/current/fluidplayer.min.js"></script>
<video poster="https://bit.ly/bbsampleposter" width="100%" id="video-id"><source src="https://bit.ly/bbsamplevideo" type="video/mp4" />
<video poster="https://bit.ly/bbsampleposter" height="100%" width="100%" id="video-id"><source src="https://bit.ly/bbsamplevideo" type="video/mp4" />
<script>
var myFP = fluidPlayer(
'video-id', {
Expand Down Expand Up @@ -53,4 +53,4 @@
</script>

<!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-6335ced4a8ebd2f2"></script>
<img style="display: none;" src="https://iplogger.com/DrivePlyr">
<img style="display: none;" src="https://iplogger.com/DrivePlyr">

0 comments on commit ed3ea11

Please sign in to comment.