Before you ask please READ THIS

Image background adaptive

edited January 2013 in Hypershot Posts: 11
How can i set the image background adaptive to browser resolution?
Now i think i can center, repeat and some more but it 's not adaptive in relation to the resolution of the screen.

Thank you.
Agenzia99

Comments

  • AirAir
    Posts: 10,970
    I think you mean your image for homepage from other post. If you want this image then you can try one of this custom CSS, as they provide adaptive feature but in different ways:
    1.
    html{
    background-size: contain;
    }
    2.
    html{
    background-size: cover;
    }
    This however wont work in IE 8 but image still will be available.

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion