It still doesn't work with the "background-image". It works only for the
"background". Tested with HTTrack 3.48.21
This works:
.body-fluid.top
{
background:url(/public/img/home_top.jpg);
background-size:auto 425px;
min-height:425px;
padding-top:170px
}
This doesn't work:
.body-fluid.top
{
background-image:url(/public/img/home_top.jpg);
background-size:auto 425px;
min-height:425px;
padding-top:170px
} |