Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I make the thumbnail image bigger?

How do I make the thumbnail image bigger?

Locked

Views: 9,231

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
3 Aug 2009, 4:15 PM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: How do I make the thumbnail image bigger?

Try fiddling with the settings in admin>configuration>images. I'd start with Small Image Width and Small Image Height.

3 Aug 2009, 4:16 PM
#3
kcb410 avatar

kcb410

Zen Follower

Join Date:
Dec 2008
Location:
Toronto
Posts:
348
Plugin Contributions:
0

Re: How do I make the thumbnail image bigger?

touchclothing:

if you look at my site http://www.gottagreatgift.com/index.php?main_page=index&cPath=65_95_97
you will see that there is a lot of text and a small thumbnail image how can I make the thumbnail image bigger? I really like how they did it here http://www.bleubirdvintage.com/shop.htm

I believe if you go to your Admin, click Configuration then Images and set your **Image - Product Listing Width
** and Image - Product Listing Height to your desired dimensions that should do it.

3 Aug 2009, 4:39 PM
#4
touchclothing avatar

touchclothing

Totally Zenned

Join Date:
Jul 2005
Location:
Brooklyn NY
Posts:
498
Plugin Contributions:
0

Re: How do I make the thumbnail image bigger?

I tried that but none of the images change?

3 Aug 2009, 4:40 PM
#5
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: How do I make the thumbnail image bigger?

touchclothing:

I tried that but none of the images change?

How big are the original images.

3 Aug 2009, 4:49 PM
#6
touchclothing avatar

touchclothing

Totally Zenned

Join Date:
Jul 2005
Location:
Brooklyn NY
Posts:
498
Plugin Contributions:
0

Re: How do I make the thumbnail image bigger?

That worked thanks one last question how do I make the text smaller in the Products Name:

3 Aug 2009, 5:08 PM
#7
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: How do I make the thumbnail image bigger?

Are you talking about the text under the images? If so, find this in your stylesheet.

a:link, #navEZPagesTOC ul li a {
	color: #666633;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	text-decoration: none;
	}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}
a:active {
	color: #0000FF;
	}

add this underneath (adjust the size as desired):

.itemTitle a, a:hover, a:active, a:visited {
	color: #000099;
	font-size: 0.8em;
	}
3 Aug 2009, 6:42 PM
#8
touchclothing avatar

touchclothing

Totally Zenned

Join Date:
Jul 2005
Location:
Brooklyn NY
Posts:
498
Plugin Contributions:
0

Re: How do I make the thumbnail image bigger?

thanks for all the help information I am still haveing problems with the sub-cat images if you go to this link you can see they are still small now I have played with every size in the image section but nothing seems to change it