• In my page, I have two columns of pictures listed. The problem is that they become misaligned when the window size becomes smaller.

    http://jbkphotographs.com/?page_id=12

    How can I make the picture size changes accordingly or make them hidden?

    CSS portion for this is as following-

    .photograph-page{
    margin: 0 5%;

    }
    .photo {
    float: left;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to resize pictures to fit any window size?’ is closed to new replies.