Commit b590f5b
authored
Update background image aspect ratio in PhotoBooth documentation (#1450)
## Changes
<!-- Please summarize your changes. -->
The documentation states that 1024x768 is 16:9, but that is incorrect as
it is actually 4:3. This was likely a mistake.
The proper 16:9 resolution is 1024x576, which also aligns with Roblox’s
maximum supported size, as images are scaled down to a maximum dimension
of 1024 pixels.
<!-- Please link to any applicable information (forum posts, bug
reports, etc.). -->
## Checks
By submitting your pull request for review, you agree to the following:
- [x] This contribution was created in whole or in part by me, and I
have the right to submit it under the terms of this repository's open
source licenses.
- [x] I understand and agree that this contribution and a record of it
are public, maintained indefinitely, and may be redistributed under the
terms of this repository's open source licenses.
- [x] To the best of my knowledge, all proposed changes are accurate.1 parent ffafefe commit b590f5b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
0 commit comments