Brilliant. Thanks so much.
Matt On Apr 3, 5:15 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > I'm pulling the content for the cycle plugin dynamically. Frequently > > it will be rendered vertically, before constructing the actual > > horizontal carousel. > > The vertical rendering is how things look on your page before Cycle > has a chance to do its thing. You can fix this by using css to hide > all slides but the first. > > div.feat-cont-item + div.feat-cont-item { display: none } > > Mike