mediaPlayer.css 208 B

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