I am redoing my website and i am going to be using this css trick for fluid images
img {
display: block;
border: 0;
max-width: 100%;
height: auto;
}
It seems to work very well except the images always align to the left after i have added this to css. I have the container set to align center by default.
img {
display: block;
border: 0;
max-width: 100%;
height: auto;
}
It seems to work very well except the images always align to the left after i have added this to css. I have the container set to align center by default.







