Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using this code to run the Vimeo video in background. I am getting problem that how can make video "progressive_redirect/playback" . What is "rendition" here and what is signature used here. What code will be used in config file to run the video and how to use this config file in the code.
Here "video_id" is the id of the video that I want to play in background.

<pre><div class="cls-background" data-vide-bg="mp4: https://player.vimeo.com/progressive_redirect/playback/video_id/rendition/1080p/file.mp4?loc=external&signature= , poster: image/content/image.jpg" data-vide-options="posterType: jpg, loop: true, autoplay: true, muted: true, position: 50% 50%" style="padding:50px 0px 120px 0px;">


What I have tried:

<div class="cls-background" data-vide-bg="mp4: https://player.vimeo.com/progressive_redirect/playback/video_id/rendition/1080p/file.mp4?loc=external&signature= , poster: image/content/image.jpg" data-vide-options="posterType: jpg, loop: true, autoplay: true, muted: true, position: 50% 50%" style="padding:50px 0px 120px 0px;">
Posted
Updated 2-Oct-22 16:18pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900