Site logo

Archived topic

Mobile Banner Image large size

3 replies · Started by Christine on August 2, 2019

Viewing posts 1–4 of 4

Hi there,

try this CSS:

@media (max-width: 768px) {
    .banner-image img {
        height: 400px;
        object-fit: cover;
    }
}

Hi,
This worked. Thank you

You're welcome

This archived topic is closed to new replies.