我想修改pikachoose以仅显示缩略图。我已经稍微修改了代码,这就是我所拥有的:
http://i.stack.imgur.com/deQdG.png
这是我在 base.css 中修改的
/* Style the thumbnails */
.pika-thumbs {
padding: 0 16px;
height: 75px;
}
.pika-thumbs li {
width: 144px;
height: 74px;
margin: 10px 0 0 17px;
padding: 0;
overflow: hidden;
float: left;
list-style-type: none;
padding: 3px;
margin: 0 5px;
background: #fafafa;
border: 1px solid #e5e5e5;
cursor: pointer;
}
.pika-thumbs li .clip {
position: relative;
height: 100%;
text-align: center;
vertical-align: middle;
overflow: hidden;
}
/*for the tool tips*/
.pika-tooltip {
font-size: 12px;
position: absolute;
color: white;
padding: 3px;
background-color: rgba(0,0,0,0.7);
border: 3px solid black;
}
.pika-counter {
position: absolute;
bottom: 45px;
left: 15px;
color: white;
background: rgba(0,0,0,0.7);
font-size: 11px;
padding: 3px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/* If using user thumbnails there's a pause while the new large image loads. This is the loader for that */
.pika-loader {
background: url(loading.gif) 3px 3px no-repeat #000;
background-color: rgba(0,0,0,0.9);
color: white;
width: 60px;
font-size: 11px;
padding: 5px 3px;
text-align: right;
position: absolute;
top: 15px;
right: 15px;
}
我必须在jquery.pikachoose.js中修改什么才能做到这一点?
我正在处理的网站是http://brassds.com/