• Resolved cybass

    (@cybass)


    I’m very inclined to buy this plugin but I have to check some questions before.

    1. Can I change the thumbnail aspect ratio? I need 1:1 thumbnails
    2. Is there a limit of slides when I set the indicators to thumbnails? I did this but my slider looks broken.

    By the way, the slider is installed here:
    https://www.luislop.es/glauber/

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Cy,

    1. The thumbnails have a set height and width. You could alter this using custom CSS (you can add custom CSS using to the “Custom CSS” box in the “Basic” area of the slider settings). The class you want to use is:

    .ewd-slider-control-thumbnail {
    width: 100px;
    height: 100px;
    }
    

    Of course, you’d have to change the values to those that you want.

    2. For some reason, a left margin is being applied in line to the first thumbnail. Adding the following custom CSS should hopefully overwrite this:

    .ewd-slider-control-thumbnail {
    margin-left: 0 !important;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Thumbnail aspect ratio’ is closed to new replies.