Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Visual Composer
Section background image not responsive
mixedmedia99
September 2015
in
Visual Composer
Hi
Can I make the background images I have used on my home page responsive? Not scaling on iPhone and iPad.
www.madeforliving.co.za
Thanks
Comments
Albert
September 2015
Hi,
background images won't be never responsive. CSS backgrounds and responsive are not compatible and that's why this is technically impossible.
Thanks for understanding!
mixedmedia99
September 2015
Thanks it does make sense.
Thanks for the quick response
Albert
September 2015
No problem
kebiro
September 2015
The problem is the background size, chage it with a media query from cover to contain:
.bg_parallax {
background-size:contain !important;
}
Albert
September 2015
@kebiro
Are you sure it works on all mobile devices?
Sign In
or
Register
to comment.
Comments
background images won't be never responsive. CSS backgrounds and responsive are not compatible and that's why this is technically impossible.
Thanks for understanding!
.bg_parallax {
background-size:contain !important;
}