• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Hello Support team,
     
    what is the Bildgöße for the "Main Slider"?
    In the other sliders, the image is adjusted automatically, but the "Main Slider" does not happen.
    What should I do to reduce the image size to no manual?

    Thank you for your help
    Kenny

    test url: http://www.pictures-net.de
    this page its only for a test with the new Theme

    Kenny83
    11 months ago
  2. Hi,

    Find this code in the playSlider.css(/css) file;

    .playSlider ul.slide-content li img {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    }
    

    and replace with this code:
    .playSlider ul.slide-content li img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    }
    

    Then find this code in the style.css file:

    http://www.pictures-net.de/media="screen"
    .playSlider ul.slide-content li {
    position: absolute;
    width: 940px;
    height: 443px;
    top: 0;
    left: 0;
    display: block;
    margin: 0px 0px 0px 0px;
    }
    

    and replace with this code:
    http://www.pictures-net.de/media="screen"
    .playSlider ul.slide-content li {
    overflow: hidden;
    position: absolute;
    width: 940px;
    height: 443px;
    top: 0;
    left: 0;
    display: block;
    margin: 0px 0px 0px 0px;
    }
    

    Cheers,
    George

    George
    11 months ago
  3. Thanks this works great,

    Kenny

    Kenny83
    11 months ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.