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

Configure Video Component

Community Beginner ,
Nov 11, 2020 Nov 11, 2020

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.

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

Translate
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