mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 09:29:59 +00:00
fix: allow wider media
This commit is contained in:
parent
8753a94aae
commit
00379e23aa
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const aspectRatio = computed(() => {
|
|||
if (fullSize)
|
||||
return rawAspectRatio.value
|
||||
if (rawAspectRatio.value)
|
||||
return clamp(rawAspectRatio.value, 0.8, 2.5)
|
||||
return clamp(rawAspectRatio.value, 0.8, 6)
|
||||
return undefined
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue