Forums

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

Home Forums CSS Why are these images not responsive?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39992
    SalidaGuy
    Participant

    I am making a small, easy one page site:

    http://bipolarlifeinsurance.com/

    I thought this would be a good site to learn a little responsive design.

    I think it is working well, the photo image and my two banners, resize as my browser window gets smaller. Like I expect.

    The four logos on the bottom – BBB, NAIFA, licensed, and 14 years do not. I don’t understand why not.

    Can anyone tell me why and how to fix?

    mark

    #110731
    Paulie_D
    Member

    My assumption is that this is happening because they are not ‘your’ images (i.e. hosted by you) but rather are provided by another web server.

    I would take copies and host them as you do the other images.

    #110758
    SalidaGuy
    Participant

    Thank you Steve, this worked, I changed

    max-width: 100%;

    to

    width: 10%;

    and all works as expected

    #110770
    pkinchla
    Participant

    you should use max-width: 100%; and have the image scale with a percentage based container. For the footer you might try dividing it up into quarters and having each module have width of 25% . I am just guessing at the number. But you might wanna try something like that. It will help your markup and images be more flexible for changes in the future.

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