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.