I was trying to figure out how to increase the width of images in my js slider and I can't seem to find the right one. I've made the back image (the holder with drop shadow) wider but can't seem to get the pictures to do the same.
you can see it at onecannon.com
I thought there would be too much code to go through to post it on here.
In the run-slideshow.js file, you can make following changes -
Code:
$("#showcase").awShowcase(
{
content_width: 960, // change container width here
content_height: 345, // change container height here
fit_to_parent: false, // set this to true
......
}