This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Referenced thumbnail file size is much larger than the actual thumbnails

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Referenced thumbnail file size is much larger than the actual thumbnails Reply To: Referenced thumbnail file size is much larger than the actual thumbnails

#30370
Ernest MarcinkoErnest Marcinko
Keymaster

Well, you can try to force the background size to be initial (original resolution), instead of trying to cover the space:

div.asp_r.asp_r.horizontal .results .item .asp_image {
    background-size: unset !important;
}

This custom CSS will prevent the image processing by the browser, and print the image as it is, in the original native resolution (440×330 in your case). That should remove the browser render blur as well.