Answer the question
In order to leave comments, you need to log in
How to remove blur from an image?
Task: place the logo in the footer
Problem: in Safari, the logo is in a normal state, while in Chrome it is terribly blurry
Note: the problem may be in the photo itself, but in Safari it looks fine, the difference is from the bottom
<div class="fLogo"><img src="/img/logo.png"></div>
.fLogo img {
height: 65px;
filter: none;
}
Answer the question
In order to leave comments, you need to log in
Make the images have the same resolution. Maybe zoom is enabled in Chrome.
You can also redraw in svg instead of png.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question