Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #41324
    @palmdoc

    Hi. On the mobile view, the right side of the iFrame embedded in a page gets cut off in Portrait mode but not for Landscape

    Portrait:
    portrait

    Landscape:
    Landscape

    I am using this CSS in my buddyboss child theme

    .iframecls{
    border: solid 1px blue;
    width: 90%;
    height: 400px;
    overflow: scroll;
    }

    Any advice?

    Answers

    #41330

    Alyssa
    Participant
    @alyssa-buddyboss

    @palmdoc what plugin are you using?

    #41331
    @palmdoc

    Hi – I’m not using any plugin for iframe, just the code

    <iframe src="URL" class = "iframecls">

    #41340

    Alyssa
    Participant
    @alyssa-buddyboss

    @palmdoc this can be any number of things. I’m not sure the code inside the iframe since you aren’t using a plugin so I’m afraid you are on your own on this one. It’s too complex and vague.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘iFrame problem’ is closed to new replies.