https://www.koryoclothing.com/ // password: parola
This is the site. With some help from another post I have made the image banner full screen on mobile, but I still didn’t figured it out on desktop
This is the code I used to get the mobile picture fullscreen. ( I added this code in the custom CSS tab on the theme customizer )
@media screen and (max-width: 749px) {
.banner–large:not(.banner–mobile-bottom):not(.banner–adapt)
.banner__content {
min-height: 100vh;
}
}

