Hi,
I just embedded a video in a HTML page.
I set the embed code to 640x360, however, Moodle enlarges it to the maximum page lenght.
Any idea how I can prevent this?
This is the code:
<iframe width="640" height="360" src="https://www.youtube.com/embed/ucEQMz1WfRo?rel=0" frameborder="0" allowfullscreen></iframe>
Thanks!
Régis