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>
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.
i place my URL , but my Media is too big , how can i make my media smaller ?
hidden link
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.
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.
this one works better for me and thanks for your time
/* Videofit */
#kt-layout-id_fe7679-a1 .tb-field .videofit{
padding-top:203px;
}