-
AuthorPosts
-
May 27, 2024 at 11:38 am #1446697
Hello, I need to inject a web catalogue into the iframe in the new website. They have another company that manages catalogue, but keeping the design of the new site.
This means that I need to keep default theme as a template.
I added iframe in the colour section with this code:
<iframe src=”URL” width=”100%” height=”1500px” scrolling=”no” allowfullscreen=”allowfullscreen”>
<p>Your browser does not support iframes.</p>
</iframe>It works, but i have issue with vertical height. I had to add Height to it. Tried several solutions, css, but couldn’t get the page to stretch. – The additional issue is that the iframe site can load more stuff dynamically, which expands vheight.
Could you please help with this? I pasted the link to working site in private.
I could have iframe site “normalized” with no header and footer, but would need a way to expand the main window based on content.
Thank you very much.
- This topic was modified 5 months, 4 weeks ago by MORTULGAAH.
May 27, 2024 at 12:16 pm #1446702Hey MORTULGAAH,
Thank you for the inquiry.
You can try the following solution to adjust the width of the color section container: https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
Best regards,
IsmaelMay 27, 2024 at 2:59 pm #1446731Thank you. I set the options like that and the page now fits nicely. However the section does not enlarge when the content from the iframe changes? You can check it live.
May 28, 2024 at 6:27 am #1446794Hi,
Thank you for the update.
The maximum width of the #katalog_color_section container has not been adjusted or set. Please add the following css code:
#katalog_color_section .container { max-width: none; padding: 0; }
Best regards,
IsmaelMay 29, 2024 at 1:25 pm #1446940Excuse me, but I was unlcear. The width of the container is not an issue, but the height of the content. I appologize.
The content is dynamically expanding when more stuff is loaded. I hope height could expand only with CSS.Thank you.
May 30, 2024 at 6:36 am #1447016 -
AuthorPosts
- You must be logged in to reply to this topic.