CSS
html, body { height:100%; } body { margin:0; padding:0; } #video-wrapper { position: fixed; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; } > #player { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor:pointer; } @media (min-aspect-ratio: 16/9) { > { height: 300%; top: -100%; } } @media (max-aspect-ratio: 16/9) { > { width: 300%; left: -100%; } }-
TopicPost