We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Background Image - Facebook Clone | Forum

Rockyuk
Rockyuk May 13 '15
Hi there,

I am using Skadate with this plugin is it possible to set a background image on the landing page?


Thanks


Rockyuk

Ebenezer Obasi
Ebenezer Obasi May 13 '15
Hello,


You can achieve this using CSS. Simply add a custom css in the theme setting.


Regards

Rockyuk
Rockyuk May 14 '15
Please can you provide me with an example of CSS to use please?
Ebenezer Obasi
Ebenezer Obasi May 14 '15

.container{

background: url('YOUR IMAGE HERE') fixed;

background-size:cover;

}

Rockyuk
Rockyuk May 14 '15
Hi there,

I tried that but it has not worked and does not display the image?

Ebenezer Obasi
Ebenezer Obasi Nov 3 '15

Quote from Rockyuk Hi there,

I tried that but it has not worked and does not display the image?

Are you still having this issue? PM me your URL.
Shaun
Shaun Feb 3 '17

Quote from Ebenezer Obasi

.container{

background: url('YOUR IMAGE HERE') fixed;

background-size:cover;

}


I tried the code as well but it did not work for me either, Is there an updated code we could use?
Shaun
Shaun Feb 4 '17

.container {
    background: url("http://test.com/test.jpg") no-repeat center center fixed !important; 
  background-size: cover !important;

}


The above code works great. fond it further down in the forum. Thanks

Ebenezer Obasi
Ebenezer Obasi Feb 4 '17
Ok. I'm glad this works for you.
Shaun
Shaun Feb 6 '17
Loving the plugin, it really is great.


Is it possible to have more than 1 background image? 


For example it would be nice to have say 5 images and have them scrolling from 1 to the other.


Cheers.

Ebenezer Obasi
Ebenezer Obasi Feb 6 '17
You will have to do some coding in the plugin source.
Shaun
Shaun Feb 6 '17
Never mind then, Always worth asking though.
You do not have permission to reply this topic