I have some photos which have big sizes, I would like to set them to the Parent\'s dimension size. If one time the parent dimension is 1200x800, I would like to set the phot
Use this bit of css to scale your image:
img { max-width: 100%; max-height: 100%; }