Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi mirgcire can you clarify the icon you are referring too?

    Thank you

    Thread Starter mirgcire

    (@mirgcire)

    I am referring to the icon consisting of a white disk with a black triangle in the middle, or sometimes, two vertical pause bars.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi mirgcire if you want to add an image as a button you could try the following…

    .mejs-controls .mejs-button button {
        border: 0 none;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 16px;
        line-height: 0;
        margin: 7px 5px;
        padding: 0;
        position: absolute;
        text-decoration: none;
        width: 16px;
    }

    Add background-image: to above….of course you have to assign an image path. There might be other areas that you might also have to tweaked.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change player icon?’ is closed to new replies.