• Resolved Armands

    (@armandsdz)


    Thanks for small but very useful plugin!

    One thing – support for max res thumbnail as a choice perhaps would be great. I see it’s currently hardcoded to default thumbnail. I understand it may not be available for all videos. Therefore, it could be an option to be switched on.

    And an option for a custom thumbnail would be even better.

    Default youtube thumbnail doesn’t look that good on larger video containers like 1000px wide.

    As a workaround changing background image manually in block html works but it then complains that block is broken and repair attempt changes it back to default thumbnail.

    Thanks!

    • This topic was modified 9 months, 2 weeks ago by Armands.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Phi Phan

    (@mr2p)

    Thank you for your feedback, Armands @armandsdz. I have added those features to the to-do list for the next release.

    Phi.

    Thread Starter Armands

    (@armandsdz)

    Awesome!

    Plugin Author Phi Phan

    (@mr2p)

    Hi Armands @armandsdz,

    I have added a setting that allows you to load the high-resolution image thumbnail. However, there is no option to select an image from the media library as the thumbnail. You can use following CSS code to override the thumbnail image for your video:

    .selector-to-the-block .yb-player {
      background-image: url(your_url_to_the_custom_image) !important;
    }

    Thank you again for your feedback and suggestion.

    Phi.

    Plugin Author Phi Phan

    (@mr2p)

    Please informed that I have added support for custom image as video’s thumbnail in the latest version 1.0.5.

    Phhi.

    Thread Starter Armands

    (@armandsdz)

    Hi!

    Great news!

    Thanks!

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