Home › Community Forums › Epik Theme Support › Epik Portfolio › Reply To: Epik Portfolio

Hi Eric and Wes,
Just FYI, not urgent – I converted to official 1.3, and it’s looking great! Re: the PrettyPhoto slider, 1.3 created a new issue, and I tracked it down (apart from my fix for the thumbnails above)…
3.1 has CSS that gives a blanket treatment to images, for responsiveness, no doubt:
img {
height: auto;
width: auto; /* IE8 */
}
This made PrettyPhoto mini-thumbs look awful and work funny, so I added this CSS which fixed it:
.pp_gallery ul a img {
width: 50px;
}
Then again, I may end up abandoning PrettyPhoto anyway, as it’s not responsive. I added some CSS hacks to force it to be a bit responsive, but it just isn’t quite right anyway. Maybe this will help someone. Plenty of nice responsive sliders out there now. ๐
PS: I noticed 1.3 got rid of the admin bar error – nice job!!!! Wish I could be a fly on the wall and see what changes Gary J made. ๐
Dave