This commit is contained in:
xds
2026-02-05 22:50:56 +03:00
parent ab8b69dbeb
commit 2aabc5b5d1
2 changed files with 50 additions and 6 deletions

View File

@@ -231,7 +231,7 @@ const qualityOptions = ref([{
const aspectRatio = ref({ key: "NINESIXTEEN", value: "9:16" })
const aspectRatioOptions = ref([
{ key: "NINESIXTEEN", value: "9:16" },
{ key: "FOURTHIREE", value: "4:3" },
{ key: "FOURTHREE", value: "4:3" },
{ key: "THIRDFOUR", value: "3:4" },
{ key: "SIXTEENNINE", value: "16:9" }
])