Adaptive content in flexcontainer using iframe

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
User avatar
Lemoner
 
 
Posts: 25
Joined: Fri Apr 08, 2016 2:34 am
Contact:

Adaptive content in flexcontainer using iframe

Post by Lemoner »

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.
SCRUM Only
User avatar
BaconFries
 
 
Posts: 5365
Joined: Thu Aug 16, 2007 7:32 pm

Re: Adaptive content in flexcontainer using iframe

Post by BaconFries »

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.
User avatar
Pablo
 
Posts: 21699
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Adaptive content in flexcontainer using iframe

Post by Pablo »

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.
Post Reply