Hi,
How to disable photo scaling in first background photos with dog. I want to have 100% wide photo, but without scaling. At this moment the head of the dog is not full-visible.
http://kkswlubin.home.pl/yepzon/en/pets
.parallax-bg-layer {
height: 100% !important;
left: 50% !important;
margin-left: -800px !important;
margin-top: 359px !important;
width: 1600px !important;
}
.parallax-bg-layer {
background-attachment: fixed;
height: 100% !important;
left: 50% !important;
margin-left: -800px !important;
margin-top: -200px;
top: 0 !important;
width: 1600px !important;
}