Pixelated logo
-
Hi,
For some reason my site logo appears pixelated when viewed from the Firefox desktop browser. Seems to be fine with Chrome and Safari. This is despite the original image being clear and relatively hi-res. I have tried to upload the original logo in the displayed pixel size (350×200) so that Fireforx does not need to resize. This did not work. Does anyone have any other solutions? Thanks.lovricprojects.com.au
The blog I need help with is: (visible only to logged in users)
-
It’s normal for some browsers to resize images, so long as they images is clear, you have no problem
-
-
Hi, you have the site logo inserted at Customize > Site Title and you also have it inserted into your CSS, but you have used “content” instead of background-image in the declaration. Delete what you have in your custom CSS right now and replace it with this
@media screen and (max-width: 2000px) { #actionbar { display:none } } .site-branding { width:100%; max-width:422px !important; background-image:url('https://lovricprojects.files.wordpress.com/2016/12/logo350x200-px.jpg'); background-repeat: no-repeat; background-size: contain; height: 200px; } .site-logo { visibility: hidden; }
- The topic ‘Pixelated logo’ is closed to new replies.