N
N
nonamich2017-08-02 10:18:53
css
nonamich, 2017-08-02 10:18:53

Why is it so broken when decreasing?

How to make it so that when the image is reduced (from 860px to 100px in this case), it will not be so battered?
2017-08-02_1013.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nonamich, 2017-08-02
@dimaeromin

Solution: for images, set image-rendering: unset;

M
Maxim Timofeev, 2017-08-02
@webinar

You set the height and width clearly, so the image is distorted. Make for miniature

height: 60px;
width: auto;

and the artifacts must go

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question