Full width header image gets blurry
-
I have made a child theme using twenty twelve and I would like to use a header image which is full size (= 960px).
The problem is that when I upload the image and choose to use the actual size (which is 960px) the image gets kind of blurry (especially in IE) on the website.
Here it is on the website:
https://alfakommunikation.dk/wp/ (blurry)And this is the actual picture used:
https://alfakommunikation.dk/wp/wp-content/uploads/2013/06/topny2.jpg (Not blurry here)The css says:
img.header-image, { max-width: 100%; height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
If I change max-width to ‘auto’ instead of ‘100%’ the image is not blurry – but then it doesn’t scale correctly on smaller screens.
Does anybody know an explanation and a solution to this problem?
- The topic ‘Full width header image gets blurry’ is closed to new replies.