Ignet Studio
asked 10 years ago

greetings,
can You explain me, why background image isn’t contain at header section on Chrome? (FF is ok). I have tried to set body {background-size: contain} as well as .header {background-size: contain} – same effect.
kind regards,
Ignet

3 Answers
DominicStaff
answered 10 years ago

I have checked your site but I saw your site work fine. If you still face there issue, you can send me a screenshot for further checking.

Ignet Studio
answered 10 years ago

please take a look at screenshot taken from Firefox (it’s ok):
http://iv.pl/images/83090635716507168488.png
and Chrome (it’s not contain):
http://iv.pl/images/76003696296134848112.png

DominicStaff
answered 10 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .header .hero-unit {
padding: 0px 10% 20px;
} }

Hope this helps !

Powered by DW Question & Answer Pro