Jump to content

Combinations - 90 images - will thumbnails slow page load?


Recommended Posts

One of my products has 5 attributes.
I have worked out that if I provide images for each, I would need 560 images.
So I am only going to provide image for just 3 of the attributes and ignore images for width and length.
This means I will still need about 90 images.
Will this slow down the page load?
Also, how would 90 thumbnails fit on the page?
Would removing thumnails be the solution?
If so, how do you do that?

Link to comment
Share on other sites

I think it will just be easier if I go without the thumbnails.

I tried comment out a section in global.css like this?:
/*
/* views block */
#views_block{
margin:0pt auto;
width:268px;
}

#thumbs_list{
overflow:hidden;
float:left;
width:250px;
}
#thumbs_list ul{
padding-left:0px;
list-style-type:none;
margin-top: 5px;
}
#thumbs_list li{
float:left;
cursor:pointer;
}
#view_scroll_left, #view_scroll_right{
background: url('../img/thumbs_left.gif') no-repeat center;
text-indent:-3000px;
display:block;
width:9px;
height:18px;
float:left;
margin-top:30px;
}
#view_scroll_right{
background-image: url('../img/thumbs_right.gif');
} */



I didn't seem to make a difference.
Can anyone tell me how to get rid of the scrolling thumbnail list in the primary block?

Link to comment
Share on other sites

×
×
  • Create New...