Height dynamic content

Hi!
Now I can display dynamic content of my database with hype and I think this is great!!
But now I have a problem about the height of my content.
If I fix the height of the content it can be too much or too little.
[Here you can see what I mean. (Especially iphone layout) ] 1
Some items are not displayed because the height of my scene is not enough.
How can I do?
Thank you!
Pat

in this case setting the '.hypeScene ’ to overflow visible may be a working hack
…or use a container to display your content (¿div) with settings to overflow-y scroll which can be nasty on mobile devices though …

1 Like

As @h_classen suggested Setting the overflow to visible in the partnersmm_hype_container and it child symbols which have the height hard coded at 2800px worked in the debugger as far as I can tell.

Also you have a missing file in an iFrame.

footer_320.html

Ok as you and @h_classen suggested I set the overflow to visible in partnersmm_hype_container.
How can I do it in its child symbols?
Some items are not displayed again. They go from A to Z.
Now footer_320.html is ok.
It doesn’t put it down, does it?

This is the new one

That is acting a bit odd. If you do a search for "sand" they suddenly appear under the footer.

It doesn't put it down, does it?

Not sure what you mean

Can you post the project..

This is my project:
partnersduplica.zip (221.0 KB)

If I do a search for “sand” with firefox they don’t appear… safari does it…

If more partners are dynamically added, I would like that the footer goes down.

Thanks
Pat

just had a look to your called “iPhone”-Layout
set the iFrame to the innerHTML behind the dynamic content …

partnersduplica.hype.zip (219.1 KB)

2 Likes

I must understand how!

Why is not the same for the other layout?

What do you mean?
I just had a look on your iPhone-Layout, simply adapt it to other layouts and you’re done :slight_smile:

Sorry, you are right. I try to do it…but something is wrong.

I set the overflow to visible.
setOverflow() is the same?
Something else?
Thank you