• Resolved jenny7

    (@jenny7)


    I use a slider at the bottom of the page. The logo of my sponsors doesn’t always fit. Is there a way I can make the full image fit. FYI…Height isn’t an issue.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Igor Benic

    (@ibenic)

    Hi @jenny7, I see the issue. I’ll see to add new options for that.

    For now, you could fix it only by changing the code in the plugin.
    What you could do is go to the plugin file includes/class-wp-sponsors-shortcode.php and then under

    $slickSettings[‘slidesToScroll’] = absint( $atts[‘slidestoscroll’] );

    add this:

    $slickSettings[‘variableWidth’] = true;

    But if you use this shortcode elsewhere, that option will also be added there as well (in case you use the slider).

    Plugin Author Igor Benic

    (@ibenic)

    Hi @jenny7,

    the version 3.3.0 includes variablewidth in the shortcode atts which you can set to be true by adding variablewidth=1 to the shortcode.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘width of images in slider’ is closed to new replies.