How do I make a picture 100 height?
How do I make a picture 100 height? You could put it inside a DIV that is set to the maximum height/width that you want for the image, and then set overflow:hidden. That would crop anything beyond what you want. If an image is 100% wide and height:auto and you Read more…