
Originally Posted by
nfallat
Thank you so much for taking the time to help. It is the video code, already know that. Taking that out fixes the problem but I did try turning off the banner below it as you suggested. That did not fix it.
I have found a solution (see below) but, for those who are having this problem, this is also interesting:
The code for the video is just the code we copied from the youtube embed function. The code is:
<iframe width="640" height="480" src="https://www.youtube.com/embed/YXf30DzklyE?rel=0" frameborder="0" allowfullscreen></iframe>
However, once saved on the page, the code changes slightly. Notice how it movew the width= to the end for some reason and takes out the allowfullscreen.
<p align="center"><iframe height="480" src="http://www.youtube.com/embed/YXf30DzklyE" frameborder="0" width="640" /></p>
The solution is using the <object "old embed code" from youtube instead of <iframe code. This is an option when embedding the video. The only thing is that the new <iframe code works for Flash or HTML5, the old code works only for Flash.
Thanks again for your help and I hope this helps someone else who is struggling with this.