mediaPlayer.css 191 B

12345678910111213
  1. .media-player {
  2. display: inline-block;
  3. margin: 2px;
  4. width: 300px;
  5. text-align: left;
  6. white-space: nowrap;
  7. cursor: pointer;
  8. }
  9. .media-player video {
  10. width: 100%;
  11. height: 100%;
  12. }