ui: allow wider media
parent
c53e986956
commit
1fd1af214d
|
@ -30,7 +30,7 @@ const aspectRatio = computed(() => {
|
||||||
if (fullSize)
|
if (fullSize)
|
||||||
return rawAspectRatio.value
|
return rawAspectRatio.value
|
||||||
if (rawAspectRatio.value)
|
if (rawAspectRatio.value)
|
||||||
return clamp(rawAspectRatio.value, 0.8, 1.5)
|
return clamp(rawAspectRatio.value, 0.8, 2.5)
|
||||||
return undefined
|
return undefined
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue