Image in desktop is not fully fit compare to mobile view-debut theme

Hi @salem ,

You try paste below code at the bottom of the file theme.css:

.slideshow__image {
    background-size: contain !important;
}
@media (min-width: 750px) {
    .slideshow {max-height: unset !important;}
}
1 Like