Support » Plugin: Easy Logo Slider » Image Width

Viewing 4 replies - 1 through 4 (of 4 total)
  • I agree, is there a way to adjust the image width and height so the images don’t get stretched?

    In order to keep the Easy Logo Slider form stretching your logos and making them look pixelated do the following:

    Make the height of your slider no taller than the shortest logo in your logo stream.

    If your smallest logo is 50px high, set the “Image Height” of the logo slider to 50px

    Ok, but I made all my logos in a squares of roughly 300 – 500px wide and high and changing the height from 150 to even 250 doesn’t work and they still look stretched because something is still auto-resizing the images to like roughly 138px width.

    Here is what I used to modify the css for the website michiganhr.org i built and it helped out considerably:

    .jcarousel li {
    width: auto !important;
    float: left;
    padding:10px 10px 0px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display:inline-table;
    }

    .jcarousel li:first-child {
    width: auto !important;
    float: left;
    padding:0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display:inline-table;
    }

    Feel free to poke around with the inspector tool too! (F12) or right click + q

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image Width’ is closed to new replies.