id like to keep the thumbnail images within the contraints of the image. is this possible?
Please add the following code to your assets/base.css bottom of the file.
@media screen and (min-width: 750px){
.thumbnail-slider .thumbnail-list.slider--tablet-up {
margin: 0 auto;
justify-content: center;
}
}
