Viewing 1 replies (of 1 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey sdstudiobv,

    Glad to hear you like the plugin ??

    The free version doesn’t display the video play button, but each video post has a video class on it so you could add your own play button over the top by adding the following to the plugin’s Custom JavaScript section, which is on the plugin’s Customize page:

    $('.sbi_type_video').append('<i class="fa fa-play sbi_play"></i>');

    And then this to the Custom CSS section:

    .sbi_play {
      position: absolute;
      z-index: 9999;
      color: #fff;
      top: 50%;
      left: 50%;
      font-size: 30px;
      margin: -15px 0 0 -12px;
    }

    Let me know whether that works for you.

    Also, as a side note, our Pro version displays a play button and also allows you to play the videos on your site.

    I hope you’re having a good day!

    John

Viewing 1 replies (of 1 total)
  • The topic ‘Video play button’ is closed to new replies.