Query Related to Video | XM Community
Skip to main content
Solved

Query Related to Video

  • September 20, 2018
  • 2 replies
  • 126 views

Forum|alt.badge.img+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

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 original

2 replies

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+39
  • Level 6 ●●●●●●
  • 1144 replies
  • September 20, 2018
See below link https://www.qualtrics.com/community/discussion/comment/2633#Comment_2633

  • 0 replies
  • Answer
  • September 20, 2018
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