Quote:
I have images for all my categories. The dimensions are 200px wide and 140px high. Reboot wants to squish the images when the screen size changes, how can I lock the ratio or the size so that they don't look distorted when the screen size changes?
|
You can adjust the subcategory columns in skin/reboot/customer/main/subcategories_t.tpl
Replace...
Code:
col-md-3 col-sm-3 col-xs-6
With, eg...
Code:
col-md-4 col-sm-4 col-xs-6
You can also adjust the subcategory block height in the template settings > Misc > "Subcategory column block height (pixels)"
Or, if you don't want responsive images (not recommend) in skin/reboot/css/reboot.css comment out...
Code:
img { max-width: 100%; }