Query Related to Video | XM Community
Solved

Query Related to Video

  • 20 September 2018
  • 2 replies
  • 99 views

Userlevel 1
Badge +4
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
icon

Best answer by Anonymous 20 September 2018, 11:22

View original

2 replies

Userlevel 7
Badge +33
See below link

https://www.qualtrics.com/community/discussion/comment/2633#Comment_2633
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>

Leave a Reply