I have been trying for a couple of days now to configure my thumbnail gallery so all the images appear the same height and width. However when I change the Css code to,
To make images adjustable/flexible you could use this:
/* fit images to container */ .container img { max-width: 100%; height: auto; }