Rotating Images
(Difference between revisions)
(Created FAQ section) |
|||
| Line 1: | Line 1: | ||
Release date: January 4, 2010 (beta), March 5, 2010 (stable) | Release date: January 4, 2010 (beta), March 5, 2010 (stable) | ||
| − | ==Additional Resources | + | =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: | ||
| + | |||
| + | <pre>#rotating-images-rotator_1 img { | ||
| + | margin-top: 0; | ||
| + | }</pre> | ||
| + | |||
| + | 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/ | ||
| + | |||
| + | ==Second FAQ== | ||
| + | |||
| + | ==Third FAQ== | ||
| + | |||
| + | ==Fourth FAQ== | ||
| + | |||
| + | =Additional Resources= | ||
# [http://pluginbuddy.com/purchase/billboard/ Purchase Rotating Images (with Billboard)] | # [http://pluginbuddy.com/purchase/billboard/ Purchase Rotating Images (with Billboard)] | ||
# [http://pluginbuddy.com/tutorials/ PluginBuddy Tutorials] | # [http://pluginbuddy.com/tutorials/ PluginBuddy Tutorials] | ||
Revision as of 02:18, November 10, 2010
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/