[Pro] Responsive background image troubles?

My background page image scales when I resize the browserwindow. In the website responsinator.com I see my background image on different screens. Strangely enough; when I take my iPad and iPhone, my background image does not show at all. It looks like it does not resize.

I have made de background image appear like this through the inspector settings and page extended (style background-cover)

What could be wrong here?

www.appadvies.nl


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Posting troubles as well :wink:


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Haha, You know why? I am sitting here at a windows computer…

Holy shit!

But hey… Can you help me with this?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Haha, You know why? I am sitting here at a windows computer…

Holy shit!

But hey… Can you help me with this?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

There’s also a small gap between the divs ‘Content5’ and ‘footer’, caused by the ‘margin:10px’ which is applied to ‘Content5’. The background image, applied to the body, is shown through this 10px high gap.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes Richard, that originally was intended. When I had another image. But I cannot understand why the image does not scale.
Responsinator shows the image on iphone, but ‘for real’ it does not show!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes Richard, that originally was intended. When I had another image. But I cannot understand why the image does not scale.
Responsinator shows the image on iphone, but ‘for real’ it does not show!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes Richard, that originally was intended. When I had another image. But I cannot understand why the image does not scale.
Responsinator shows the image on iphone, but ‘for real’ it does not show!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes Richard, that originally was intended. When I had another image. But I cannot understand why the image does not scale.
Responsinator shows the image on iphone, but ‘for real’ it does not show!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Not sure about not being able to see the bg image on ipad - more about image position (off to the right and down). Have you tried background-size: contain instead

There is an issue in that there is a gap where you image shows through after #Content5

There is a bottom margin that creates a gap

margin-bottom: 10px;

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Even here my replies show more than once! crazy explorer version!

Dave: do you mean background-size as an extra style option in extended, or ‘contain’ instead of ‘cover’?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Even here my replies show more than once! crazy explorer version!

Dave: do you mean background-size as an extra style option in extended, or ‘contain’ instead of ‘cover’?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Even here my replies show more than once! crazy explorer version!

Dave: do you mean background-size as an extra style option in extended, or ‘contain’ instead of ‘cover’?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Even here my replies show more than once! crazy explorer version!

Dave: do you mean background-size as an extra style option in extended, or ‘contain’ instead of ‘cover’?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’ve cropped your bg image: http://fwdemo.rvanheukelum.com/achtergrond5.png and applied it to Content1 (removed the fixed position by the way):

#Content1 {
z-index: 0;
margin-top: 130px;
background-image: url(http://fwdemo.rvanheukelum.com/achtergrond5.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}

That worked for me …


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ok richard. About cropping: what size should I make the image?

fixed? Is Content1 fixed in my doc?

So, I should put this css into my stylesheet? No inspector setting I think? Just upload the image to my webspace and then refer to the url in the css?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ok richard. About cropping: what size should I make the image?

fixed? Is Content1 fixed in my doc?

So, I should put this css into my stylesheet? No inspector setting I think? Just upload the image to my webspace and then refer to the url in the css?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ok richard. About cropping: what size should I make the image?

fixed? Is Content1 fixed in my doc?

So, I should put this css into my stylesheet? No inspector setting I think? Just upload the image to my webspace and then refer to the url in the css?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can download the image I posted (alt-click on the link).

The background-position for body was fixed, it’s not for Content1 (so it scrolls with the page). You can change the settings in the inspector to match mine.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Dave: do you mean background-size as an extra style option in extended, or ‘contain’ instead of ‘cover’?

Contain instead of cover - but Richard appears to be way ahead of me and has pulled your page apart so go with his suggestion.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options