Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS responsive iframe

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #158089
    asifka
    Participant

    hello
    pls help

    have faced isuues with iframe resposiveness. pls help

    this is the link

    http://doctorsprofile.blogspot.com/

    inside the accordiao except my contacs there is iframes

    this wil make problems in differnt mobile
    i tried the some css but the width and hieght never solves simultaneously.

    pls anybody help.

    Thanks and regards

    #158160
    Paulie_D
    Member

    Each iframe will have an explicit width defined

    <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline" width="520" height="300" style="border: none; max-width: 100%; min-width: 180px;"></iframe>
    

    You would need to alter that.

    Whether you can or not whilst retaining the functionality is another issue.

    In any case, your site isn’t set up to be responsive below c.650px.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.