Issue with content slider width

Terra-X

New Member
I am using the following slider :Content SliderI am facing an issue though. When i give the width 100% in the function, then the slides disappear and shows blank white area. Following is the function that is used to call the slider :\[code\]$(function() { $('#two').ContentSlider({ width : '600px', height : '266px', speed : 400, easing : 'easeOutQuad', textResize : true }); });\[/code\]Instead of 600px I am giving it a 100% width, but when i do so, it doesn't show any slides. Any ideas? Link to the html
 
Back
Top