Larger images in testimonial

Hi,

Would adding the following code to CSS to Appearance -> Customize -> Additional CSS section increase the default image size without breaking the theme?


.card-testimonial .card-avatar {

max-width: 200px;

max-height: 200px;

}

.card-testimonial .card-avatar img {

max-width: 200px;

max-height: 200px;

}


Alternatively, please provide the working shortcode for increase of the the image size to 200 or 300px.


Thanks you!

Comments

Sign In or Register to comment.