I’m creating a responsive site using Foundation and your base template and things are slowly coming together. I’m trying to add content to a page and added an HTML widget in between 2 RT widgets (on the page level) where I added code for a video:
<iframe width="100%" height="auto" src="http://www.youtube.com/v/VOq5hf0MsHg?hl=en_US&version=3" type="application/x-shockwave-flash" frameborder="0" allowfullscreen> <br>
</iframe>
<iframe width="100%" height="auto" src="//www.youtube.com/embed/VOq5hf0MsHg" frameborder="0" allowfullscreen></iframe>
As a result, the large version video won’t display on the preview but the small & medium version will. But now I’m unable edit that widget content and can’t even select it to delete it and there’s just a large, white space in Editor mode. I can select all the other widgets except that one.
Any idea how I can edit that widget content and what code may have caused this?