After searching in the forum, I found that other people have also had this issue, I think because the image is responsive. I have tried the fix given on this thread:
viewtopic.php?f=191&t=138166
This fix changes the column width of the image thumb to 12 instead of 2 in
Code: Select all
catalog/view/theme/default/template/product/category.tpl:
to
<div class="col-sm-12">
I have tried this and it doesn't work for me.
I noticed that my category images are using: <
Code: Select all
img class="img-responsive" width="228" height="228"
Code: Select all
img-responsive { max-width:100%
Code: Select all
catalog/view/javascript/bootstrap/css/bootstrap.min.css
Does anyone know how to solve this issue and make the images resize on OC2?
Thank you