Answer the question
In order to leave comments, you need to log in
How to get rid of strong image blur when sizes and 'background-size: cover' do not match?
There are a number of 390px images on NNNpx.
The website is presented as follows:
<style>
.image{
background-attachment: scroll;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 390px;
height: 545px;
}
</style>
<div class='image' style='background-image:(IMG_DINAMIC_URL_390px_NNNpx)'></div>
.image{height: 495px}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question