Tagged: background, CDN, image
Hi, actually i’m using cloudinary for CDN.
I’m trying to use a link for a background image, but i only have the option to upload for media library.
How can i do that?
#EDIT
I’ve find a way with CSS, but how can i apply parallax effect?
Thanks
Hey acushlasa,
I’m not sure what you mean by that, it looks like you are using parallax already? Please try to explain a bit further.
Best regards,
Rikard
Hi, i want to set a background that wasn’t in my host. In that screenshot is selected a image, but i don’t want to use a image from my wordpress gallery, want to use a external image.
I’ve set something like this for background:
#quinta-header {
background: url(“http://res.cloudinary.com/acushla/image/upload/v1452862092/4-Quinta-do-Prado_eiogen.jpg”) center center no-repeat;
background-size: cover;
}
Thanks
Hi!
Please request such feature here – https://kriesi.at/support/enfold-feature-requests/.
I enabled background image and chose parallax, please add following code to Quick CSS
#home-header .av-parallax-inner.main_color.avia-full-stretch {
background-image: url(https://res.cloudinary.com/acushla/image/upload/v1452862092/1-Home_qak6bt.jpg)!important;
}
Regards,
Yigit
Isn’t working,
Thanks
Hey!
It did not work because you removed background image from color section. Please do not. As you can see from the screenshot in private content field, custom CSS code overrides color sections background image
Regards,
Yigit
Oh ok, thanks!