docs: update documentation to reflect new 16:9 default aspect ratio
Update default aspect ratio references from 1:1 to 16:9 in: - Generation guide - Live Scopes API reference - Live URLs guide 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
3d18fcfeb5
commit
dbb8504249
|
|
@ -1,4 +1,3 @@
|
||||||
'use client';
|
|
||||||
|
|
||||||
import { TipBox } from '@/components/docs/shared/TipBox';
|
import { TipBox } from '@/components/docs/shared/TipBox';
|
||||||
import { Table } from '@/components/docs/shared/Table';
|
import { Table } from '@/components/docs/shared/Table';
|
||||||
|
|
@ -376,7 +375,7 @@ curl -X POST https://api.banatie.app/api/v1/live/scopes/hero-section/regenerate
|
||||||
[
|
[
|
||||||
<InlineCode key="p">aspectRatio</InlineCode>,
|
<InlineCode key="p">aspectRatio</InlineCode>,
|
||||||
<span key="r" className="text-gray-500">No</span>,
|
<span key="r" className="text-gray-500">No</span>,
|
||||||
'Image ratio (default: 1:1)',
|
'Image ratio (default: 16:9)',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
<InlineCode key="p">autoEnhance</InlineCode>,
|
<InlineCode key="p">autoEnhance</InlineCode>,
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
'use client';
|
|
||||||
|
|
||||||
import { TipBox } from '@/components/docs/shared/TipBox';
|
import { TipBox } from '@/components/docs/shared/TipBox';
|
||||||
import { Table } from '@/components/docs/shared/Table';
|
import { Table } from '@/components/docs/shared/Table';
|
||||||
|
|
@ -142,7 +141,7 @@ export default function GenerationPage() {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<p className="text-gray-300 leading-relaxed mt-6">
|
<p className="text-gray-300 leading-relaxed mt-6">
|
||||||
Default is <InlineCode>1:1</InlineCode> if not specified.
|
Default is <InlineCode>16:9</InlineCode> if not specified.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
'use client';
|
|
||||||
|
|
||||||
import { TipBox } from '@/components/docs/shared/TipBox';
|
import { TipBox } from '@/components/docs/shared/TipBox';
|
||||||
import { Table } from '@/components/docs/shared/Table';
|
import { Table } from '@/components/docs/shared/Table';
|
||||||
|
|
@ -89,7 +88,7 @@ export default function LiveUrlsPage() {
|
||||||
[
|
[
|
||||||
<InlineCode key="p">aspectRatio</InlineCode>,
|
<InlineCode key="p">aspectRatio</InlineCode>,
|
||||||
<span key="r" className="text-gray-500">No</span>,
|
<span key="r" className="text-gray-500">No</span>,
|
||||||
'Image ratio: 1:1, 16:9, 9:16, 3:2 (default: 1:1)',
|
'Image ratio: 1:1, 16:9, 9:16, 3:2 (default: 16:9)',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
<InlineCode key="p">autoEnhance</InlineCode>,
|
<InlineCode key="p">autoEnhance</InlineCode>,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue