• Resolved kreish29

    (@kreish29)


    I installed this and like it. It is working 99% of the way I want and I am considering purchasing the premium.

    The one thing I can’t figure out is why the video thumb nail is zoomed in so far so you can’t see the full picture (which I have words on the thumbnail, so I can’t see all the words).

    I would like to see the entire video thumbnail as it looks on YouTube.

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

Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hello,

    Please remove previous CSS and add this CSS.

    
    
    iframe.product_video_iframe {
        height: 100% !important;
        min-height: 400px;
    }
    @media (max-width:500px){
        iframe.product_video_iframe {
            min-height: 300px;
        }    
    }
    Thread Starter kreish29

    (@kreish29)

    I figured it out, thanks for all your help ??

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Video Thumbnail Scale Too Big’ is closed to new replies.