How cn I fix Pixelated images in Vibe Carousel?

Home Forums Legacy Support Support queries Styling issues How cn I fix Pixelated images in Vibe Carousel?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #339493
    kenetork
    Participant
    Hi, I need to showcase my courses in the front page using the Vibe carousel, but the image look pixelated, I can't control the image size being shown, I am showing the video cover for my vimeo promo videos for each course and this is always pixelated, any worjk around please? Please see this: https://prnt.sc/z2lv29 Please help!
    #339528
    Ada
    Participant
    Hi, I checked your site. I couldn't find image pixelated. but Add this css code in appearance>> customize>> custom css
    
    .home-page .block.course_featured_block.postblock .block_media img { 
      image-rendering: -webkit-optimize-contrast !important;
        image-rendering: crisp-edges !important;
    }
    
    If you want fix width and height then use this css adjust screen width and img width @media(min-width:800px){ .home-page .block.course_featured_block.postblock .block_media img { width:450px; height:280px; }}
    #339883
    kenetork
    Participant
    thanks, you can close this topic.
    #339892
    Ada
    Participant
    Thank you for confirming. Closing this ticket.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How cn I fix Pixelated images in Vibe Carousel?’ is closed to new replies.