fix: video player responsiveness

This commit is contained in:
arabcoders 2026-04-05 22:59:50 +03:00
parent ca03bf716b
commit 846e89f58e

View file

@ -1,12 +1,16 @@
<style scoped>
.player-shell {
position: relative;
width: 100%;
}
.player {
display: flex;
justify-content: center;
align-items: center;
display: block;
width: 100%;
height: auto;
max-height: 80vh;
max-width: 100%;
position: relative;
object-fit: contain;
}
.keyboard-help {
@ -83,7 +87,7 @@
<template>
<div v-if="infoLoaded">
<div style="position: relative">
<div class="player-shell">
<video
class="player"
ref="video"