UNPKG

@bbc/react-transcript-editor

Version:

A React component to make transcribing audio and video easier and faster.

20 lines (15 loc) 228 B
.videoEl { cursor: pointer; } /* Desktop size */ @media (min-width: 768px) { .videoEl { max-width: 100%; } } /* Mobile devices - excluding ipad*/ @media (max-width: 767px) { .videoEl { max-width: 100%; } }