Hi
@Williamthe5thc! It looks like you posted your question in the "How to Use Qualtrics Community" Category. I've gone ahead and moved this to the correct category for you. :)
Hello
@Williamthe5thc ,
Assuming by uploading mp4, you are using video tag to show the video.
Just add 'loop' attribut in the video tag. So your code will be
<video width="320" height="240" controls loop>
<source src="VIDEO_URL" type="video/mp4">
Your browser does not support the video tag.
</video>
(Hopefully this is responding to sashi)
Will that cause it to play again? (Like an annoying GIF) or just start over and pause?
>
@LaurenK said:
> Hi
@Williamthe5thc! It looks like you posted your question in the "How to Use Qualtrics Community" Category. I've gone ahead and moved this to the correct category for you. :)
(Yes! I got the quote function)
Thank you!
>
@Williamthe5thc said:
> (Hopefully this is responding to sashi)
>
> Will that cause it to play again? (Like an annoying GIF) or just start over and pause?
Yes, it will start over once ended
>
@Shashi said:
> >
@Williamthe5thc said:
> > (Hopefully this is responding to sashi)
> >
> > Will that cause it to play again? (Like an annoying GIF) or just start over and pause?
>
> Yes, it will start over once ended
Ok, tried that out, it's like the annoying GIF I was talking about (that just repeats over and over again) I want it to loop back to the beginning and stop there.