Replies: 0
Hi, my website is
main issue that I have is background image size. On different devices it crops tha image and doesnt show full size.
I have tried:
html body.login
{
background-size: 100% 100% !important;
}
but it only stretches the image and it’s still not full size of device. On PC it works normaly, but on mobile devices this issue is seen.
Looking forward for your answer