• Resolved anikitin35

    (@anikitin35)


    Please, add support of overlay play button by adding html code. For example, <i class=”fa fa-play”></i>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter anikitin35

    (@anikitin35)

    My current solution:

    `[rel~=wp-video-lightbox]::before {
    content: ‘\f04b’;
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    padding: 3px 15px 3px 25px;
    color: white;
    font-family: ‘FontAwesome’;
    font-size: 50px !important;
    background-color: rgba(23, 35, 34, 0.75);
    border-radius: 5px 5px 5px 5px;
    }

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, thank you for your request. The plugin developers will investigate further your suggestion.

    Kind regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Play button over thumbnail support’ is closed to new replies.