Okay
  Public Ticket #4310542
Video player
Open

Comments

  • John started the conversation

    I would like to link to a video source other than YouTube, using a link to a folder within the structure of the site. i.e. muziq/mp4/example.mp4

    How do I add the code to the below…

    <div class="playerVideo" data-property="{videoURL:'HFpou6izBQg',showControls:false,containment:'self',autoPlay:true, mute:false, startAt:0,opacity:1,ratio:'4/3', addRaster:true}"> <!-- Slider -->
                <a href="#" class="play-video">Play/Pause</a>
            </div>


  •  864
    Jelly replied

    Hello,

    Instead of Youtube's URL, please try adding the full link, similar to:

    videoURL: 'https://website.com/wp-content/example.mp4'

    Best Regards,
    Jelly Team

  • John replied

    Its it possible to have the link without using a URL. e.g video: source/example.mp4