• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Configure Video Component

Community Beginner ,
Nov 11, 2020 Nov 11, 2020

Copy link to clipboard

Copied

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.

Views

124

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 11, 2020 Nov 11, 2020

Copy link to clipboard

Copied

LATEST

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;
}

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines