hi there
I’m using a color background with a background image but its not responsive on mobile – Its not scaling scale.
http://marilynwhall.com.au
Cheers
Hi xfacta!
Do you have the background repeat option set to “Stretch to fit”?
Cheers!
Elliott
Hi there
yes I do. I tried the option of using a fullwidth slider for the image instead but that affected the quality of the image.
I need the image to go right to the edge of any size screen but also obviously scale on mobile devices.
Cheers
Hey!
Send us a WordPress login and we’ll take a closer look.
Regards,
Elliott
Hey!
Hmm, well since the image your using is very long I don’t think it’s going to work. You could try this CSS.
.avia-full-stretch {
background-size: 100% 100%;
}
But since your image is so long and your setting a custom height for the color section it’s going to look distorted. If you had the height of the color section set to the screen width then this might work.
#av_section_1, #av_section_1 .container { height: 30vw !important; }
Best regards,
Elliott
The 2nd bit of code worked :)
thanks so much :-)