Background

Posted in: Newspaper
Post count: 51

Hello,

Can i use different resolution backgrounds for different resolutions?
I want to have separate background for 800×600, 1366×768, etc…
Is that possible? Because if i set just one picture on background, at different resolutions image is cut.

Can i use something like this:

@media
only screen
and (min-device-width : 1366px)
and (orientation : portrait) {
body {
background: url(“imageurl1.jpg”);
}
}


@media
only screen
and (min-device-width : 1920px)
and (orientation : portrait) {
body {
background: url(“imageurl2.jpg”);
}
}

And if I can, where i can add it ?

Thank you!

Post count: 22421

Hello,

You can try to add a background on the body directly but our theme does not add it on the body but rather inside a container that will show up after you select a background. It is called “backstretch”: http://screencast.com/t/YflFA3Q73hCb
Our theme does not use the body to ad a background image.

Thank you!

Post count: 51

When i add in backstretch, nothing happend. I need different resolution because my background is banner. I hop u can help me.

Post count: 22421

Hi,
Unfortunately we have no solution to provide for multiple backgrounds. Sorry. You will need to hire a developer for this as it falls beyond what the theme support can provide. It will have to be coded in as css cannot change the background which is added through html. Css can only style html, not change it.
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.