-
1. Re: Catalogue Image Thumbnail Size
Coast Creative May 10, 2012 12:31 AM (in response to mario_gudelj)You could use CSS:
<style>
.shop-catalogue img {
-ms-interpolation-mode: bicubic; /* for old IE browsers */
width: 50px;
}
</style>
You can also use the CSS overflow property to create a 'viewport' for a larger image with out resizing it.
-
2. Re: Catalogue Image Thumbnail Size
Liam Dilley May 10, 2012 1:36 AM (in response to mario_gudelj)Shrinking a larger image though.
In terms of product you do not have _value but you actually do have _path outlined at the bottom here: http://kb.worldsecuresystems.com/139/bc_1390.html?bc-partner
-
3. Re: Catalogue Image Thumbnail Size
Coast Creative May 10, 2012 9:59 AM (in response to Liam Dilley){tag_image_path} doesn't render in the Individual Catalog layout though...
We use a large(ish) image for each product and scale it to smaller sizes based on requirements throughout the site. This saves us a ton of work when 1000's of products are involved.
-
4. Re: Catalogue Image Thumbnail Size
topelovely Mar 29, 2013 3:58 PM (in response to mario_gudelj)Please I need help. How can I display thumbnails of all the catalog on a site in BC. Instead of the {module_cataloguelistdump} that only list the tag names of the catalog without displaying the catalogue thumbnail images. BC support told me I have to place individual catalogue one by one on the page, which I found inefficient, because in the future the client can increase the catalog and I have to go into the code again, instead of just adding the catalog.
I will sincerely appreciate your help.
Regards




