by ShopSite Lauren » Tue Mar 03, 2020 11:01 pm
It sounds like you want to adjust the product image size rather than the carousel under preferences > carousel. If that is the case, you can add the parameter SS_SIZE1 in the image tag. Also, note that you can set the preset/default for the image size under Preferences > Product Defaults, so that every time you add a new product it already defaults to a particular size image. However, if you want to bypass the ShopSite image size selection, you can force it in the template.
<img src="[-- PRODUCT.MoreInformationGraphic SS_SIZE1 URL_ONLY --]">
<img src="[-- PRODUCT.Graphic SS_SIZE1 URL_ONLY --]">
Note, if you are adjusting the product image size, then you would make that adjustment in the product template rather than the page template. The BB.sst page template matches with the BB-Product.sst templates (there are a few variations, but this is the default), which uses the BB-ProductDefine.sst include file for product layouts on category pages. You will likely want to make a copy of the BB-ProductDefine.sst include file, then re-copy your copy and rename it the exact same name as the original in order to override the original.
I hope that helps!
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.