I have posted the following code in custom CSS to allow the images on the homepage to be the same size;
.content img {
width: 198px;
height: 115px;
}
However, this results in all images over all pages taking the same dimensions.
How do i restrict this to the homepage?
Thanks,
Lavan

