We have a partner/logo slider on our site and have noticed that the logos are very pixelated when viewed in Firefox. They seem to be OK in other browsers. I’ve check on the Enfold demo site (Home V6 Classic 4 column) and they are pixelated on the Enold demo site as well in Firefox (but not in other browsers).
Do you know if there is a fix that will render these images correctly?
Many Thanks
Regards
Colin
Hi waveseven!
Try adding this to your custom CSS.
.slide-entry img { image-rendering: none !important; }
Regards,
Elliott
Thanks for the reply Elliot
I added the code above, cleared all caches but it didn’t fix the problem in Firefox.
Hey!
Please try this:
.slide-entry img {
image-rendering: auto !important;
}
Regards,
Ismael
Thanks Ismael. That worked perfectly.