mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-18 22:28:23 +03:00
The MSE player default was set to 'fill' which stretches video in all contexts. Only the draggable grid should use 'cover' (via --frigate-mse-object-fit:cover). Changing the fallback to 'contain' restores aspect-ratio-preserving behaviour everywhere else (History preview, etc.) while keeping the grid fill intact. https://claude.ai/code/session_01EwdaKGsrRLZ74smmCQ1MgW |
||
|---|---|---|
| .. | ||
| dynamic | ||
| BirdseyeLivePlayer.tsx | ||
| GenericVideoPlayer.tsx | ||
| HlsVideoPlayer.tsx | ||
| JSMpegPlayer.tsx | ||
| LivePlayer.tsx | ||
| MsePlayer.tsx | ||
| PlayerStats.tsx | ||
| PreviewPlayer.tsx | ||
| PreviewThumbnailPlayer.tsx | ||
| VideoControls.tsx | ||
| WebRTCPlayer.tsx | ||