Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27592

    Hi, On this website, could you please tell me what it is doing to these images and why it is wrecking the images? I’ve tried nearly every size and it cuts it off on some and blows some up on others, even if I turn scaling off?

    http://www.kennethhavinga.com

    #134557

    Hey!

    the slideshow always tries to make the images fit to the available width. in your case those images are too small and are therefore blown up.

    you can add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling to always display the original width:


    div .avia-slideshow li img {
    width: auto;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Image Slideshows and strange things …’ is closed to new replies.