Answer the question
In order to leave comments, you need to log in
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
friends, solution to the problem https://developer.mozilla.org/en/docs/Web/CSS/will... , set will-change: transform ; element with transform
No way, use JS for resizing!
$('#idimages').animate({'width':'1000px'},1000); - Something like this, did not check
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question