Hi Evgene,
I need help the image is always compressed in header and footer. how to fix it?
the code of css is in below:
.footer {
border-style:solid;
background-image: url(../image/header.jpg)!important
background-repeat: no-repeat;
background-size: 200 100%;
}
.header {
border-style:solid;
background-image: url(../image/header.jpg)!important
background-repeat: no-repeat;
background-size: 200 100%;
}
while in javascript in page show event is:
Appery('header1').css('background-image','url("' + Appery.getImagePath('header.jpg') + '")');
Appery('footer1').css('background-image','url("' + Appery.getImagePath('header.jpg') + '")');
i followed this tread to use the code above:
https://getsatisfaction.com/apperyio/...
screenshot below:
the original image is:
the size of this image is 3000x200
i just follow this step in image uploading but not in CSS
http://devcenter.appery.io/documentat...
pleasse help.