Rotating Images
From IThemes Codex
Release date: January 4, 2010 (beta), March 5, 2010 (stable)
Contents |
FAQ
Images other than first appear lower (or smaller in height) in spite of actually being the same size
Add the following at the end of your theme's style.css:
#rotating-images-rotator_1 img {
margin-top: 0;
}
If you add additional rotating image groups you may need to change the 1 above to 2, 3, 4 and so on for each instance.
For an explanation, see http://ithemes.com/forum/index.php?/topic/3935-image-size-changes-despite-images-being-same-size/