S
S
Sanzhar Bazarbek2021-04-04 12:35:40
PostgreSQL
Sanzhar Bazarbek, 2021-04-04 12:35:40

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;
}


60698852635cf995091175.png
6069885cce298147997648.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
maaGames, 2021-04-04
@maaGames

Make the images have the same resolution. Maybe zoom is enabled in Chrome.
You can also redraw in svg instead of png.

D
Denis Ineshin, 2021-04-04
@IonDen

https://developer.mozilla.org/en-US/docs/Web/CSS/i...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question