Solved
VIdeo question - why does it not resize?
I'm using a video in one of my questionnaires but the Video does not automatically resize on mobile devices, but images do?
Is there something I can do to make the video resize automatically?
Best answer by AndrewWKU
Qualtrics is right, a bit of custom code would be required to make this look perfect. An 80% solution that's a bit easier to implement would be to add a CSS style of width: 100%; to the video, leaving the iframe height alone.
1. Open your survey.
2. Click on the question editor where the video is embedded.
3. Choose the HTML View tab. Locate the `<iframe>` tag.
4. Remove the `width="000"` attribute.
5. Before `height="315"`, add this style attribute: `style="width:100%;"`
Here's a sample of what my finished HTML looks like:
`<iframe style="width:100%;" height="315" src="https://www.youtube.com/embed/0000000" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>`
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
