Archived topic
dynamic resize container background image on mobile
3 replies · Started by lunatrix on January 19, 2022
Viewing posts 1–4 of 4
I have a container block with a background image. On mobile the image doesn't resize and just looks too zoomed in.
Hi Lunatrix,
Try this CSS:
@media (max-width: 768px) {
.gb-container-2dc097b2:before {
background-size: 1000px;
background-position: left bottom;
}
}
If you have GB pro, this can be done within the settings.
Let me know if you need further assistance :)
Amazing support - as always!
You are welcome :)
This archived topic is closed to new replies.