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 size doesn’t change

Home Forums General Questions Iframe size doesn’t change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58984
    daim124
    Participant

    Hello. I have the problem shown in the attachment. Regardless of product template or iframe configurations, the product looks the same. I used the standard scene to be sure that the problem is not made by me during building UI. What could be the reason ?

    Attachments:
    You must be logged in to view attached files.
    #58995
    Mariusz
    Customer

    Try to play around with the iframe settings. For example, to get 100% of width and height for iframe, I use this code:

    <iframe src="" style="width: 100%; height: 100%; position: absolute; overflow: hidden;">

    #58996
    kdv
    Participant
    .html-embed {
      position: fixed; <-- or absolute
      width: 100%;
      height: 100%;
    }

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #59067
    daim124
    Participant

    Thanks. I was doing that since the beginning. All I had to do was use !important ;)

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