On my website I would like to display images uploaded by user in a new window with a specific size (width: 600px). The problem is that the images may be big. So
width: 600px
Try this
div#ImageContainer { width: 600px; } #ImageContainer img{ max-width: 600px}