2 iframe Airtable pages, 1 won't adjust size

I have 2 airtable iframe pages on my site.

I copied the <>embed code from the airtable Share menu

1 page totally adjusts correctly to the height when I adjust the height in this code:

This next copied code for the second iframe INCORRECTLY appears about the size of a Headline row in XTheme.

all the content of both iframe are there. just the one table is about an inch tall.

They are both pasted into raw content blocks on different pages.

How to adjust ?

edit - i can’t seem to get the code to show here…

Hi @agwestvet,

Thank you for reaching out to us. I checked both of your pages and on the page where the iframe isn’t working correctly has the pretty quotes in the height attribute (see screenshot)

Please replace your iframe code with the following one:

<iframe class="airtable-embed" src="https://airtable.com/embed/shrM2bMChsqTmfAfs?backgroundColor=blue" frameborder="0" onmousewheel="" width="100%" height="1000" style="background: transparent; border: 1px solid #ccc;"></iframe>

This should fix the issue. Let us know how this goes!

ahh, fixed.
Thank you !

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.