Video editing
I have a video i inserted in the document template (09_Video_Lecture), but when I try to insert a new video in the same template, the video size is not the same (the original is 16by9; width="560" height="315" and my second video is also the same size in the source code, yet the two videos are different sizes.
How do I ensure the two videos are the same size? (sorry i made the image so large, but i can't minimize it.
Answers
-
@Natasha.O.3479 Hi Natasha, it seems like the second video doesn't have the correct HTML code to make the video expand more. Check the source code and see if the two videos use similar code. It should look something like this:
<div class="video-wrapper">
<div class="embed-responsive embed-responsive-16by9"><iframe class="embed-responsive-item" src="https://www.youtube.com/embed/sEYVxRPLioE?wmode=opaque" allowfullscreen="allowfullscreen"></iframe></div>
<div class="video-text">
<p>Direct Link: <a href="https://youtu.be/sEYVxRPLioE" target="_blank" rel="noopener">Create a File and Insert Stuff</a></p>
</div>
</div>