Open pop opened 9 years ago
I do have the same problem. Somehow the raw html contents get mangled.
So in the document I have the following:
<iframe width="640" height="480" src="https://www.youtube.com/embed/xx" frameborder="0" allowfullscreen></iframe>
This appears in the output of the blog post itself just fine. However, on the index of the blog (i.e. if I put that video before .. more::
), it will become the following:
<iframe width="640" height="480" src="https://www.youtube.com/embed/xx" frameborder="0" allowfullscreen=""/>
Firefox is then not able to cope with the HTML and does not display anything beyond that. For me the fix is to have no videos before .. more::
, but that is a bit sad as I would like to show the video up front.
When I embed an iframe video (youtube, vimeo, etc) I get a strange bug where my entire website will build just fine until it gets to the video and no content after the video will be built. Is this a known issue?
Info:
Code:
I have talked with a friend of mine and they do not get the error. I may have a weird config but I don't suspect that should cause problems since I'm mostly using the defaults.
If I'm doing something wrong we should update the documentation because I can't find anything to answer my question.