יחס גובה-רוחב של כל התמונות בקרוסלת עיון במדיה.
מומלץ מאוד שתמונת הפריט לעיון תופיע בערך BrowseContentItem#image matching targetAspectRatio.
אם התמונה צרה/גבוהה מדי, היא תוצג בפורמט pillarbox.
אם התמונה רחבה או קצרה מדי, היא תופיע בפורמט letterbox.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2023-12-02 (שעון UTC)."],[[["`cast.framework.ui.BrowseContent` displays a media browse carousel for both IDLE screen and related content during playback."],["It is constructed using an array of `cast.framework.ui.BrowseItem` (maximum 30) and an optional title."],["Key properties include `items`, `targetAspectRatio` (to manage image display), and `title`."],["Images in the browse items should ideally match the `targetAspectRatio` to avoid letterboxing or pillarboxing."]]],["`BrowseContent` manages media browse carousel content for both the IDLE and related content screens. It's instantiated using `BrowseContent(browseItems, title)`, accepting an array of `BrowseItem` objects (max 30) and an optional title. Key properties include `items`, holding the `BrowseItem` list, `targetAspectRatio` defining image aspect ratios, and `title` for the list's label. Excess items beyond 30 are truncated. `targetAspectRatio` is advised for image consistency, as images that do not fit will be pillarboxed or letterboxed.\n"]]