A
A
Alexander Timofeev2015-10-26 17:07:12
css
Alexander Timofeev, 2015-10-26 17:07:12

How to get rid of image blur in chrome with transform: scale( );?

How to get rid of image blur in chrome with transform: scale( что-нибудь );?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
Oleg Obodin, 2016-10-14
@saintpat

friends, solution to the problem https://developer.mozilla.org/en/docs/Web/CSS/will... , set will-change: transform ; element with transform

S
Schoolboy., 2015-10-26
@viphorizon

No way, use JS for resizing!
$('#idimages').animate({'width':'1000px'},1000); - Something like this, did not check

M
Maxim Sofronov, 2015-10-26
@maxsof

No way, but there is an opinion that the picture can be better displayed if the increase or decrease is a multiple of two. At least on high density displays.
For example, scale(.8), scale(1.2), scale(1.4), etc.

R
Rafael™, 2015-10-26
@maxminimus

Try to make the resolution of the picture higher
With a margin of increase

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question