I want to make an image layout with portrait images inside a div with a fixed aspect ratio of 3:2. The size of images is 327
div
3:2
327
wrap your image with a div. set width and height for the div according to ratio. Give only height for image. If you want the image to take only space they need use display:inline also