I have an HTML object in a Layout Grid that looks like this:
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.
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 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.