Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

My Smooth Slider plugin in WordPress is having an issue during transition, it starts the image off very small, then re sizes during the transition to my desired 511px height.

Here is the screenshot: http://morxmedia.com/clients/temp/screenshot.jpg

Here is the code:<script type="text/javascript"> jQuery("html").addClass("smooth_slider_fouc"); jQuery(document).ready(function() {
jQuery(".smooth_slider_fouc #smooth_slider_1").css({"display" : "block"}); }); jQuery(document).ready(function() { jQuery("#smooth_slider_1").cycle({ fx: "scrollHorz", speed:"500", timeout: "7000",next: "#smooth_slider_1_next", prev:"#smooth_slider_1_prev",pause: 1 ,slideExpr: "div.smooth_slideri" }); }); </script>

I hope this is enough information to solve this issue, because I cannot share the web page due to its development progress.

share|improve this question
Unfortunately this seems to be mostly JS issue and as such is out of scope for us. – Rarst Sep 22 '12 at 14:13

closed as off topic by Chris_O, Wyck, kaiser, Brian Fegter, Rarst Sep 22 '12 at 14:13

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.