forked from Github/frigate
Limit size of player in events view (#3288)
* Set max width * Set data-options so videojs accepts size changing * Add comment to explain exmpty data-setup value * Clarify comment
This commit is contained in:
@@ -494,7 +494,7 @@ export default function Events({ path, ...props }) {
|
||||
</div>
|
||||
{viewEvent !== event.id ? null : (
|
||||
<div className="space-y-4">
|
||||
<div className="mx-auto">
|
||||
<div className="mx-auto max-w-7xl">
|
||||
{event.has_clip ? (
|
||||
<>
|
||||
<Heading size="lg">Clip</Heading>
|
||||
|
||||
Reference in New Issue
Block a user