cssbxslider

Bxslider isn't working properly


I've recently installed the cool bxslider plugin.
But for some reason the pics are not aligned in the middle and when I put
it in an iframe it leaks out.

Here take a look: My Website

How it can be fixed?



Solution

  • I was also having this kind of issue. You need to give width and height to the first image at least.

    <img src="images/img1.jpg" style="width:940px; height: 294px;" />
    

    EDIT

    Change your styling to this and I think should be enough in your case:

    ul.bxslider {
      margin: 0 auto;
      padding: 0;
    }