Okay
  Public Ticket #1301873
testimonial slider
Closed

Comments

  • Mark started the conversation

    Is there a way to change the size of the image that is displayed underneath each testimonial in the testimonial slider? Right now I am using the "Multiple Visible" option, and the image is approx. 80 x 80 px.


    Thanks!

  •  2,744
    Andrew replied

    Hi Mark,

    You can increase the size using this CSS:

    .testimonial_slider[data-style="multiple_visible"] .image-icon {
        width: 100px;
        height: 100px;
    }
    

    Add it to salient \ general settings - css script related - custom css code.
    You can increase both of the 100px but make sure they are are the same to maintain the image's aspect ratio.

    Hope this helps.