Dynamically changing widget height
Autor: Denis I.
Visitado 2553,
Seguidores 1,
Compartilhado 0
I would like to know if it's possible to change the page height depending on the content. Here's what I mean:
I'm inserting my own code into the HTML widget. I'm creating my own shopping cart and I don't want to set the HTML widget height. I want the height of the widget to take up as much space as there are products available. Is this possible?
I'm using version 9.
Publicado em
Hello Denis,
At the moment it is not possible to have this feature in WebSite X5. I would like to suggest that you open an "Idea" Post where you describe to us the feature you would like to see implemented in the future releases of WebSite X5.
Many thanks!
Autor
Hello Claudio,
Thanks for your advice. It's too bad X5 doesn't have this feature but this is what I did. I opened the page in an HTML editor and found the code which I put in my HTML Widget. In the div that wrapped my Custom HTML, I deleted the specified style height. Now the body stretches to the height depending on how much content there is.
This is the hard way to do it.
Denis