FluidPlayer With Logo Example Code Here’s an example of using fluidplayer video with logo, in case anyone needs it. The documentation for FluidPlayer logo is here. <video id=’fp-core-video-0′ src=’https://cdn.fluidplayer.com/videos/valerian-480p.mkv’ style=’min-width:600px;min-height:380px;’> </video> <link rel=”stylesheet” href=”https://cdn.fluidplayer.com/v2/current/fluidplayer.min.css” type=”text/css”/> <script src=”https://cdn.fluidplayer.com/v2/current/fluidplayer.min.js”></script> <script> fluidPlayer( ‘fp-core-video-0’,…
Programming, Security and Tech (and Code Snippets)