I think I actually figured it out, based upon another thread, by adding .nivoSlider img { height: 600px; } in custom css section of styling options.
hmmm, no, that only seemed to work with the first cycle, after that the images seem to jump. still looking .... thanks!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .nivoSlider { height: 600px; } .nivoSlider img { height: 100%; } This will solve your issue.
Hello, You have fixed the height that's why the image is jumping after first cycle. Undo all the customization for this and use fixed size of images for the slider. This will solve your issue.