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
- Lemoner
-
- Posts: 25
- Joined: Fri Apr 08, 2016 2:34 am
- Contact:
- BaconFries
-
- Posts: 6119
- 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.
- Pablo
- Posts: 23895
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
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.