Hi team,
I have an easy slider in my duplicate footer with logos. I had to make these logos 184 × 113px to be readable on a pc. On mobile view they are quite large and pixelated. I was wondering if I could make them smaller and less grainy on mobile view?
Lara
Hey Lara,
The size you upload it is bad for retina ( mobiles ) and this is why it does look this bad.
Best regards,
Basilis
Is there a size I can use for pc and mobile
HiLara,
Please try this css:
@media only screen and (max-width: 767px) {
#color-footer .avia-slideshow li img {
width: 25% !important;
}
}
Best regards,
Victoria
Thanks Victoria,
The logo is now super tiny and still pixelated.
See the first image in the link provided.
Hi Lara,
You might want to use the higher quality logos and when they scale down they will look good. Css will not fix this.
Best regards,
Victoria