Skip Navigation

[Resolved] how can i place a iframe ?

This support ticket is created 2 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 6 replies, has 2 voices.

Last updated by Christopher Amirian 2 years, 3 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2528741

I'm using a media field
i place just the url but go to big

<div style="width: 100%; height: 200px; margin-bottom: 20px; border-radius: 6px; overflow: hidden;"><iframe style="width: 100%; height: 200px;" frameborder="no" scrolling="no" seamless src="hidden link"></iframe></div>

#2529691

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

I did not understand what you mean by "i place just the url but go to big"

Would you please give more details about the issue that you are experiencing?

Thanks.

#2530545
Ep-1-Let’s-Get-Personal-–-Coldwell-Banker-La-Costa.png

i place my URL , but my Media is too big , how can i make my media smaller ?

hidden link

#2531157

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

Please add the CSS code below to the page or to Toolset:

.entry-content-asset.videofit iframe.wp-embedded-content {
    max-height: 200px;
}

For more information:

https://toolset.com/course-lesson/adding-custom-css-to-templates-archives-and-views/

Feel free to change 230px to whatever height that you see it fit for your website.

Thanks.

#2531159

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

Please add the CSS code below to the page or to Toolset:

.entry-content-asset.videofit iframe.wp-embedded-content {
    max-height: 200px;
}

For more information:

https://toolset.com/course-lesson/adding-custom-css-to-templates-archives-and-views/

Feel free to change 230px to whatever height that you see it fit for your website.

Thanks.

#2531243

this one works better for me and thanks for your time

/* Videofit */
#kt-layout-id_fe7679-a1 .tb-field .videofit{
padding-top:203px;

}

#2531671

Christopher Amirian
Supporter

Languages: English (English )

Great thanks.