- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Everything has been fine for months. We have an embedded google doc that is showing as a little square.
I deleted it, re-embedded it. As expected it is small. I added the code (frameborder="0" width="960" height="1240" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">) like last time and it goes big...but ONLY on the edit page. As soon as it is published it's all small again.
It looks PERFECTLY well on the dev page....but not on the live site.
Here is the full embedded code
<iframe src="https://docs.google.com/document/d/e/2PACX-1vSTHAqG3Fi_V2eHqhIRAAjDmi83ZyY4uxlj9N_R6lAPZw0FAnezWm4F7..." width="960" height="1240" allowfullscreen="true"
mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
Did something change?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
Try this - it works fine - your src was truncated...
<iframe src="https://docs.google.com/document/d/e/2PACX-1vSTHAqG3Fi_V2eHqhIRAAjDmi83ZyY4uxlj9N_R6lAPZw0FAnezWm4F70chWX4agxwEiboI-owPgpQL/pub? " width="960" height="1240" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
Try this - it works fine - your src was truncated...
<iframe src="https://docs.google.com/document/d/e/2PACX-1vSTHAqG3Fi_V2eHqhIRAAjDmi83ZyY4uxlj9N_R6lAPZw0FAnezWm4F70chWX4agxwEiboI-owPgpQL/pub? " width="960" height="1240" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
Our embedded YouTube videos are suddenly small.
I have checked all of the custom HTML, but nothing is wrong with it.
As in the above case, everything looks fine in the editor, but on the site we are treated to nothing but a small box instead of the embed...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
I have found a temporary workaround, by simply deleting the custom html and instead dragging YouTube video panes onto each page, then inserting the YouTube link.
This does not fit properly on the page in quite the way I want, but until we find out why the embeds have gone awry, it's all I can do.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
Thanks! It looks good now! Much appreciated!
@NJRFTF wrote:Try this - it works fine - your src was truncated...
<iframe src="https://docs.google.com/document/d/e/2PACX-1vSTHAqG3Fi_V2eHqhIRAAjDmi83ZyY4uxlj9N_R6lAPZw0FAnezWm4F70chWX4agxwEiboI-owPgpQL/pub? " width="960" height="1240" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report