Questioin on HTML Object

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
ghines
 
 
Posts: 33
Joined: Sat May 16, 2015 7:01 am
Location: New South Wales, Australia

Questioin on HTML Object

Post by ghines »

Hi all,

I have an HTML object in a Layout Grid that looks like this:

Image

The HTML objects height will change height depending on the number of items returned. So my question is, how do I make the HTML object always fill the layout grid? Or, should I not be using a layout grid.

TIA

Greg
User avatar
Pablo
 
Posts: 21574
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Questioin on HTML Object

Post by Pablo »

The HTML code will be inserted "AS IS", so if the HTML is not responsive or full width then the software will not change this.
User avatar
onlye
 
 
Posts: 366
Joined: Sun Jun 17, 2018 12:36 am
Location: Gluckstadt, MS USA
Contact:

Re: Questioin on HTML Object

Post by onlye »

In jotform under PUBLISH>PLATFORMS try selecting iframe and using that code instead of the js code. In the iframe code you can alter the height and width. i check several of my site and I am using style="width:70%; height:100%;

you could also use a different HTML container in variants and change the size for those variants if needed.
onlye
Gluckstadt, MS USA
ghines
 
 
Posts: 33
Joined: Sat May 16, 2015 7:01 am
Location: New South Wales, Australia

Re: Questioin on HTML Object

Post by ghines »

onlye wrote: Sat Mar 27, 2021 4:52 pm In jotform under PUBLISH>PLATFORMS try selecting iframe and using that code instead of the js code. In the iframe code you can alter the height and width. i check several of my site and I am using style="width:70%; height:100%;

you could also use a different HTML container in variants and change the size for those variants if needed.
Thank you very much, that worked really well.
Post Reply