Client logos in sliders
Hi Be Support,
Whenever I'm uploading images for the client slider they never appear in the original upload size and the image quality is getting compressed.
In which style sheet do we find the code to correct this problem?
Is this the code responsible for this issue?
Demo site: http://www.festoonmedia.com/fmwp/
Kindly help to fix this problem.
Whenever I'm uploading images for the client slider they never appear in the original upload size and the image quality is getting compressed.
In which style sheet do we find the code to correct this problem?
Is this the code responsible for this issue?
img.scale-with-grid,
#Content img {
max-width: 100%;
height: auto;
}
Kindly help to fix this problem.
Comments
if you want to change logos sizes, then you should modify functions/theme-functions.php file where add_image_size() functions are.