I\'m making a slideshow of images with the class display. I want to limit the height and width of the image to a maximum of 80% of the window\'s, so that there
display
You need to set height for container element or to body:
body { height:100%; min-height:100%; }