How to make a category image responsive?

Hello,
Does anybody know how to make the image responsive on a category page? For example, scale down in mobile and not cut off?
Thank you!
 
 

5 answers

Profile photo of Ziven Staff 100280.00 $tone November 5, 2015
Public

Hi David,
I am sorry for not getting your points. It would be awesome if you can possibly include URL of your site and a screenshot with detailed explanation. I am happy to help you out.
Best Regards,
Ziven.

#1
Profile photo of Ziven Staff 100280.00 $tone November 6, 2015
Public

Hi David,
Please go to the file: skin/frontend/default/jm_book/css/styles.css at line 3879 and add new class like below:

.category-image img {
width: 100%;
}

Hope it will help you working fine.
Best Regards,
Ziven.
 
 
 

#3

Please login or Register to Submit Answer

Written By

Comments