Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alex

    (@ahoereth)

    Upcoming in the next release.

    First, thanks for the great plugin!

    This feature does not seem to be implemented on v 2.2.2 or am I missing something?

    I found a work around for this but it could be better?

    featured-video-plus/js/frontend.js
    on line 85, change $icon.toggleClass('play'); to $icon.addClass('play');

    and add

    // Add width, height values and play class to video div
        var fvplw = $('.fvp-dynamic').width();
        var fvplh = $('.fvp-dynamic').height();
        $('.fvp-actionicon').css({'width': fvplw, 'height': fvplh});
        $('.fvp-actionicon').addClass('play');

    to $(document).ready(function() {

    This adds play class on fvp-actionicon when page load as well as width and height which will make the play button stay on the top of the video all the time.

    The plugin is almost magicall. Congratulations

    The walk arround does not work for me. I´m using NewsPressExtend theme.

    It stops displaying the play icon when updated to the latest version.

    my word around is not quite solve the problem tho.

    it puts the play button on the top of the video but does not update the location of the button when you re-size the bowser.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘no play button overlay image for video’ is closed to new replies.