How to make my dynamic content to be responsive with full height in iframe?
I put iframe in flexcontainer but the height is not responsive.
Adaptive content in flexcontainer using iframe
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- BaconFries
-
- Posts: 5923
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Adaptive content in flexcontainer using iframe
A iframe itself can be responsive in its own right. If the contents of the iframe are not responsive then it will be displayed "AsIs". To resolve then you should ensure the content is also responsive.
Re: Adaptive content in flexcontainer using iframe
In HTML, the height of an inline frame will not automatically be updated. This requires a script.
For example:
https://github.com/davidjbradshaw/iframe-resizer
Later this year I am planning to release an extension for this.
For example:
https://github.com/davidjbradshaw/iframe-resizer
Later this year I am planning to release an extension for this.