• this plugin works well. but how can I change the resolution of the thumbnail? it is so blurry. the link of one of my products with featured video is :

    https://arabesk3d.com/product/3d-baluster-0001/

    and it would be so much nicer if the video aspect ratio is for example 4:3 the thumbnail be 4:3 too. let me know if I can do something about this too.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello,
    try to add this style inside your stylesheet to show the thumbnails with the natural size;

    .ywcfav_slider .owl-carousel .owl-item img {
        width: auto!important;
    }
    Thread Starter arabesk3d

    (@arabesk3d)

    thank you for your reply.
    I used the code in my style.css
    and I uploaded a 610*343 pixels picture for thumbnail. but the code didn’t work as I thought.
    it shows a 100*100 pixel thumbnail and a 343*100 pixel clickable area on it with no picture.
    what should I do…?

    here are two screenshots of this problem :
    https://ibb.co/r7x04HM
    https://ibb.co/vvVxByH

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    Also this other CSS rule:

    .ywcfav_slider .owl-carousel .owl-item a {
        width: 100px;
    }

    Let us know!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Video Thumbnail is so blurry’ is closed to new replies.