iframemanager icon indicating copy to clipboard operation
iframemanager copied to clipboard

How to iframe with arguments?

Open lamtonylam opened this issue 2 years ago • 3 comments

Hi, love the project!

However, can I add iframe arguments like width etc.?

For example, this one:

<script src="https://static.airtable.com/js/embed/embed_snippet_v1.js"></script><iframe class="airtable-embed airtable-dynamic-height" src="https://airtable.com/embed/shr5EBHUmHzStubDx?backgroundColor=orange" frameborder="0" onmousewheel="" width="100%" height="1541" style="background: transparent; border: 1px solid #ccc;" loading="lazy"></iframe>

lamtonylam avatar Sep 11 '21 17:09 lamtonylam

Hi @lamtonylam,

as of now, this plugin is better suited for iframes containing videos. There is no proper support for custom “widgets”. Expect the upcoming v1.1 to improve on this aspect.

orestbida avatar Sep 12 '21 15:09 orestbida

Thank you for answering!

lamtonylam avatar Sep 12 '21 16:09 lamtonylam

Additional attributes is trying to solve PR #17

n3t avatar Jun 16 '22 22:06 n3t