I wanna display image in fixed size without changing the aspect ratio.I wanna display images in size of 200px * 200px while keeping original aspect ratio. All the images here are larger than 200px * 200px.I want to crop the image from center and set width and height as 200px, without changing the aspect ratio, which means we only display some part of the image.Could anyone tell me how to realize it? I've tried CSS using max-width and max-height but seems CSS couldn't help.btw, I use php as server side language. I heard someone suggest GD. Any idea?Thx in advance.