I changed the auto to 100% and everything is working fine now. You may want to see if this is something that needs to be updated or if it was just my install
Hi, Update, I found that the css files for each color had the width set to auto instead of 100% for the class …..media=”all”
.carousel-image.slider-full img {
width: auto;
max-width: none;
}