[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003echrome.cast.Image\u003c/code\u003e objects represent images associated with receiver applications or media, like icons or cover art.\u003c/p\u003e\n"],["\u003cp\u003eThese objects are created using a URL pointing to the image and can store information about the image's height and width.\u003c/p\u003e\n"]]],["The `chrome.cast.Image` class represents an image associated with a receiver application or media. It's constructed using the image's URL. Key properties include `url` (the image's location), `height` (image height), and `width` (image width). `Height` and `width` are numbers that may be null. The constructor takes a URL string to initialize a new image object.\n"],null,["# Class: Image\n\nchrome.[cast](/cast/docs/reference/web_sender/chrome.cast).Image\n================================================================\n\nclass static\n\nAn image that describes a receiver application or media item. This\ncould be an application icon, cover art, or a thumbnail.\n\nConstructor\n-----------\n\n### Image\n\nnew\nImage(url)\n\n| #### Parameter ||\n|-----|------------------------------|\n| url | string The URL to the image. |\n\nProperties\n----------\n\n### height\n\nnullable number\n\nThe height of the image.\n\n### url\n\nstring\n\nThe URL to the image.\n\n### width\n\nnullable number\n\nThe width of the image."]]