Hi, i am totally lost, maybe, because I did not built a site from a long time I
am using Twenty Twenty One Blocks Theme
I use a Centralized BG Image 2048, this is image ave several resized version
I used media query like this, or more complex some time
@media only screen and (max-width: 481px) {
body.custom-background {
background-image: url(/NEW IMAGE URL HERE);
background-size: contain;
}
}
I used several format of resized image also(max-width: 482px) {background-custom 300x218p.img (jpg/png)
I dit not use !Important! to force overriding
I tried background-size: cover/contain, but nothing really responsive, contain, seems the best alternative,
if someone can really help me, thank you