Skip to content

Commit a406cfb

Browse files
authored
Update background image aspect ratio in documentation
Corrected the aspect ratio for background images from 1024x768 to 1024x576.
1 parent ffafefe commit a406cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/resources/modules/photo-booth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ PhotoBooth.configure({
292292
setBackgrounds(backgrounds: `Library.table`)
293293
</figcaption>
294294

295-
Overrides the default backgrounds provided by the photo booth. Background images should be at 16:9 aspect ratio (1024&times;768) for an optimal experience and their asset IDs should be included in the backgrounds array. 1–4&nbsp;(inclusive) backgrounds can be provided.
295+
Overrides the default backgrounds provided by the photo booth. Background images should be at 16:9 aspect ratio (1024&times;576) for an optimal experience and their asset IDs should be included in the backgrounds array. 1–4&nbsp;(inclusive) backgrounds can be provided.
296296

297297
```lua title="LocalScript"
298298
local ReplicatedStorage = game:GetService("ReplicatedStorage")

0 commit comments

Comments
 (0)