• Hi Simon,

    I am just trying out your slider and designed three testimonial sliders.

    I designed each slide and used two images, sized as I wanted them.

    But, as you see, the resulting slides, when viewed, had completely resized the images.

    If you look below the slider on the page, I show you a screenshot of my designed slide and below that the resulting slide.

    What am I doing wrong?

    Warmest regards
    James

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Try adding the following CSS:

    #slider_123879 .owl-item p a img.alignleft { /* quote image */
    width:80px !important;
    }
    #slider_123879 .owl-item p a img.alignnone { /* stars image */
    display:block !important;
    clear:both !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Images Wrong Sizes’ is closed to new replies.