Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16906
    Heinrich
    Member

    Next problem:
    I added an image in the footer. What do I have to do, that the image resizes if I change the window-size (using a mobile)?
    Thanks

    <<kaiserhh.de>>

    Heinrich

    #16907
    Heinrich
    Member

    solved the problem. insert

    img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    }

    works till now.

    Greets

    Heinrich

    #16916
    Sakin
    Keymaster

    @Heinrich: Thanks 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘footer image auto adjust’ is closed to new replies.