Archived topic
Mobile Banner Image large size
3 replies · Started by Christine on August 2, 2019
Viewing posts 1–4 of 4
Hi,
Will you please help me to have the mobile banner image similar to my staging website? https://prnt.sc/onrenj
Staging site URL is: https://staging.gartersandco.com.au/
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.