Currently, the camera component when showing an image in a card shows the full resolution image scaled in the browser. I have 9 cameras that I would love to have on my HA page, but doing this on a mobile device would rack up a fair amount of bandwidth usage. The images are being sent in 1920*1080 and coming in at ~170K each frame. This ends up being well over 1M per each set of images. Is there a way to scale the image to reduce bandwidth and increase speed?