x

Embedded Google Doc suddenly small

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?

2,050 Views
Message 1 of 6
Report
1 Best Answer

Best Answer

@trapper_canada

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>

View Best Answer >

2,043 Views
Message 7 of 6
Report
5 REPLIES 5

I should have provided the production link... http://www.theowensgroup.ca/booking-schedule.html
2,048 Views
Message 7 of 6
Report

Best Answer

@trapper_canada

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>
2,044 Views
Message 7 of 6
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...

2,025 Views
Message 7 of 6
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.

2,020 Views
Message 7 of 6
Report

Thanks! It looks good now! Much appreciated!

@NJRFTF wrote:

@trapper_canada

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>
2,017 Views
Message 7 of 6
Report