Header pixelated

Hi.

First of all. Thank your for a great theme. This really is a good one!

I am struggling with the blog archive header images. Using cover as a background-size prefix the theme somehow manages to zoom my chosen image and it gets pixelated. The image resolution is the recommended 1920 × 532 pixels.

When I preview it under customize theme, the image however appears perfectly fine as ‘cover’. But when saved and refreshing the page the image again is pixelated. I have attached screenshots for the scenario above.

Setup:
url: http://www.kerstin.stickyrebels.se/behandlingar/
Wordpress version: 4.8.2
Illdy Version: 2.0.2

Seems attachments didnt make it in the first post.

I will try again:

Update. I found a way around it, when pixelated as illustrated above the css code is as follows:

element.style {
    background-image: url(image url);
    background-attachment: fixed;
}

I changed background-attachment from fixed to inherit.

Hey there,

Happy to hear that you found a solution, and thank you for sharing it with us.
I’m sure it will be helpful to the community.

Please let us know if you have anything else we could help you with.

Best regards,
Support.