Skip to main content
Known Participant
November 12, 2020
Question

Configure Video Component

  • November 12, 2020
  • 1 reply
  • 212 views

Does anyone have any basic idea of where I could go to customize the above video component in animate?  I just want to remove a few items and make the play and full screen bigger.  I need to do it was as simply as I can.

    This topic has been closed for replies.

    1 reply

    Known Participant
    November 12, 2020

    I did this - but I don't think its right

     


    *::-webkit-media-controls-play-button {
    appearance: -internal-media-control;
    background-size: 70px;
    margin-left:10px;
    margin-bottom:10px;
    }

    *::-webkit-media-controls-fullscreen-button{
    appearance: -internal-media-control;
    background-size: 70px;
    margin-left:10px;
    margin-bottom:10px;
    }

    *::-webkit-media-controls-mute-button {
    background-size: 50px;
    margin-right:10px;
    margin-bottom:10px;
    }

    *::-webkit-media-controls-timeline{
    display: none !important;
    -webkit-appearance: none !important;
    }

    *::-internal-media-controls-overflow-button {
    display: none !important;
    -webkit-appearance: none !important;
    }
    *::-webkit-media-controls-current-time-display{
    display: none !important;
    -webkit-appearance: none !important;
    }