I need to resize thumbnails of the slides. I need to make them bigger. I tried on prettyphoto forum but no luck. Any tip would be great
- Author was Featured
- Bought between 100 and 499 items
- Bulgaria
- Exclusive Author
- Has been a member for 2-3 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 100 and 199 users
Hello Dany,
which slides you need to resize? Do you mean the thumbnails in the main PretyPhoto window?
- Author was Featured
- Bought between 100 and 499 items
- Bulgaria
- Exclusive Author
- Has been a member for 2-3 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 100 and 199 users
I had the same problem two weeks ago. it was somewhere in the JS file. Let me check and I’ll write back in 5 minutes.
OK. Find this in the jquerry.prettyPhoto.js
<a href="#"><img src="\"+pp_images[i]+\"" alt="" width="50" /></a>
and change the width to your desired width. The height should resize proportionaly.
Koev said
I had the same problem two weeks ago. it was somewhere in the JS file. Let me check and I’ll write back in 5 minutes.OK. Find this in the jquerry.prettyPhoto.js
<a href="#" />imgpp_images[i]\”” alt=”” width=”50” /> and change the width to your desired width. The height should resize proportionaly.
I have tried that and its working but thumbnails are overlapping seams that some css need to be changed.. Is that all that you did?
I mean thumbnail picture get bigger, but the size of the thumbnail remain the same
- Author was Featured
- Bought between 100 and 499 items
- Bulgaria
- Exclusive Author
- Has been a member for 2-3 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 100 and 199 users
No, I made changes to prettyPhoto css, but I thought you only need to know how to change the size of the img. 
You would also need to find these styles in prettyPhoto.css and adjust them according to your needs:
.pp_gallery{
left:50%;
margin-top: -60px;
position:absolute;
z-index:10000;
}
.pp_gallery ul{
float: left;
height:65px;
margin:0 0 0 5px;
overflow: hidden;
padding:0;
position: relative;
}
.pp_gallery ul a{
border:1px #000 solid;
border:1px rgba(0,0,0,0.5) solid;
display:block;
float: left;
height:60px;
overflow: hidden;
}
.pp_gallery ul a:hover,.pp_gallery li.selected a{
border-color:#cecece;
}
.pp_gallery ul a img{
border:0;
}
.pp_gallery li{
display:block;
float: left;
margin:0 5px 0 0;
}
.pp_gallery li.default a{
background: url(../image/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
display:block;
height:33px;
width:50px;}
Thanks you so much, you saved me lots of time 
Kolev if you are around.. I have sent you an email
