Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1075706

    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

    #1077074

    Hey Lara,

    The size you upload it is bad for retina ( mobiles ) and this is why it does look this bad.

    Best regards,
    Basilis

    #1077158

    Is there a size I can use for pc and mobile

    #1078561

    HiLara,

    Please try this css:

    
    @media only screen and (max-width: 767px) {
      #color-footer .avia-slideshow li img {
          width: 25% !important;
      }
    }
    

    Best regards,
    Victoria

    #1093785

    Thanks Victoria,

    The logo is now super tiny and still pixelated.

    See the first image in the link provided.

    #1094369

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.