Hi,
I've changed the thumbnail size of the images to a height of 149px in the dynamic portfolio. However, I noticed that when the images load, the the images start out with a height of 171px, so that as they load, the all add an extra motion as isotope resizes the height from 171px to 149px. I tracked down the css to slideshow.css:
#top .one_fourth .slideshow, #top .three_fourth .slideshow, #top div .two_fourth .slideshow{
height:171px;
}
I've changed that height to 149px, but the page still loads at 171px. What else might I have to change? Thanks.














