mirror of
https://github.com/dergigi/boris.git
synced 2025-12-24 01:54:19 +01:00
fix(reader): use responsive aspect-ratio container for videos to fill full width
This commit is contained in:
@@ -412,7 +412,7 @@ const ContentPanel: React.FC<ContentPanelProps> = ({
|
||||
url={selectedUrl as string}
|
||||
controls
|
||||
width="100%"
|
||||
height="60vh"
|
||||
height="100%"
|
||||
onDuration={(d) => setVideoDurationSec(Math.floor(d))}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user