Comments John started the conversationAugust 10, 2025 at 5:10pmI 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.mp4How 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> 864Jelly repliedAugust 12, 2025 at 10:58amHello, Instead of Youtube's URL, please try adding the full link, similar to: videoURL: 'https://website.com/wp-content/example.mp4'Best Regards,Jelly TeamJohn repliedAugust 12, 2025 at 1:35pmIts it possible to have the link without using a URL. e.g video: source/example.mp4 864Jelly repliedAugust 14, 2025 at 9:39amYou should be able to achieve this by using relative paths: https://www.w3schools.com/html/html_filepaths.aspBest Regards,Jelly TeamJohn repliedSeptember 3, 2025 at 12:11amI've added the link however the video still does not playHere's the code and below it the link to the videohttps://www.john-beadle.com/SD25/video/turntable.mp4Attached files: Screenshot 2025-09-02 at 8.10.21 PM.png 864Jelly repliedSeptember 3, 2025 at 10:33amCould you send us a link to your website?Best Regards,Jelly TeamJohn repliedSeptember 3, 2025 at 2:35pmhttps://www.john-beadle.com/SD25/index-video.html# 864Jelly repliedSeptember 7, 2025 at 8:39pmWe are sorry for the delay. Maybe if we update the video player library, it will work. Could you please send us ftp login/password/url to your website as a private message?Best Regards,Jelly TeamJohn replied1 week ago on October 29, 2025 at 3:32pmI was able to add the video file, however the video is not contained within the div, (see attached Link)https://www.john-beadle.com/SD25/index-video.htmlAlso, the video link for the gallery does not work with YouTube link. (see attached) https://www.john-beadle.com/SD25/ 864Jelly replied3 days ago on Tuesday at 9:55amWe are sorry for the delay. Could you try adding this code to /styles/main.css: video.embed-responsive-item { height: 100vh; width: 100%; object-fit: fill; }Best Regards,Jelly Team Sign in to reply ...
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>
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
Its it possible to have the link without using a URL. e.g video: source/example.mp4
You should be able to achieve this by using relative paths:
https://www.w3schools.com/html/html_filepaths.asp
Best Regards,
Jelly Team
I've added the link however the video still does not play
Here's the code and below it the link to the video
https://www.john-beadle.com/SD25/video/turntable.mp4
Attached files: Screenshot 2025-09-02 at 8.10.21 PM.png
Could you send us a link to your website?
Best Regards,
Jelly Team
https://www.john-beadle.com/SD25/index-video.html#
We are sorry for the delay.
Maybe if we update the video player library, it will work.
Could you please send us ftp login/password/url to your website as a private message?
Best Regards,
Jelly Team
I was able to add the video file, however the video is not contained within the div, (see attached Link)
https://www.john-beadle.com/SD25/index-video.html
Also, the video link for the gallery does not work with YouTube link. (see attached)
https://www.john-beadle.com/SD25/
We are sorry for the delay. Could you try adding this code to /styles/main.css:
video.embed-responsive-item { height: 100vh; width: 100%; object-fit: fill; }
Best Regards,
Jelly Team