We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

iFrame positioning & site on site?

Home Forums General Questions iFrame positioning & site on site?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #50849

    Hi,

    I created some configurator in Verge3d.
    Works as it should on most platforms when I call the configurator directly up in a browser.

    My client asked his web designer to integrate it via iFrame into their site.
    It works on desktop PC and Mac.

    When calling it up under Android the configurator leaves a huge blank space at the top and shows the configurator when scrolling down. Most likely because the iFrame does not adapt in height and the configurator gets positioned in the center of the vertical iFrame.

    Now my question,could anyone be so kind and provide a link to an online resource/tutorial which explains well as to how to either make the iFrame adopt in height as well, or how we could achieve that the configurator positions itself at the top of the iFrame? Adaptive height would obviously be better.

    I just want to provide them with a site which explains well how to achieve that, the configurator was my job, that’s ok, theirs is to correctly position it with the iFrame and yI like to assist.

    Thanks!

    #50850
    Mariusz
    Customer

    I was playing around with this problem too. And finally, for me, it worked to add an absolute position to HTML. Try something like this:

    <iframe src=”url” style=”width: 100%; height: 100%; position: absolute;>

    #50851

    Thanks, I’ll pass that on..

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.