Solved
Query Related to Video
Hi All,
We have implemented a video in qualtrics, but now we have a requirement to hide progress bar of video and make the video autoplay.
We are not using the youtube link, we are directly inserting media for setting up the video.
Please let us know if there is anyway to do this?
Thanks,
Salim
Best answer by Anonymous
Hello @salimlko ,
@bansalpeeyush29 answer will make your video autoplay, and if you want to remove progress bar then remove "controls" attribute from video element( but, this will also not allow the respondent to pause the video) So your final code will be:
<video id='player' width="320" height="240" autoplay>
<source src="VIDEO_SRC" >
Your browser does not support the video tag.
</video>
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.