サムネイルのみを表示するように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/です