Buzz Image Size Info
Image Sizes
In all image instances, we need to DOUBLE the image dimensions before uploading them to Buzz.
"For better display on high-density screen you should store any image with a resolution two times the rendered size."
For example, if the spec says the ideal size is 42x42, then we really need to create and image that is 84x84 at 72 dpi rgb mode.
Some images are specified as png type and others are jpg. It is important to use the type indicated.
The image sizes listed below are the sizes in the spec.
<defaultTheme> Images - These 5 images are defined and used for the defaultTheme
icon - Relative path to the image to use for the application favicon. The image must be a PNG. The ideal size for this image is 42x42.
logo - Relative path to the image to use for the application logo. The image must be a PNG or JPG. The ideal height for this image is 72x72.
loginLogo - Relative path to the image to use for the login screen. The image must be a PNG or JPG. The ideal size for this image is 256x256. If not specified, Buzz will use the logo image.
background - Relative path to the background image to use for the default theme. The ideal size for this image is 1600x1200. This image does not require doubling its size if it only uses a solid background color.
backgroundThumbnail - Relative path to the thumbnail background image to use for the default theme. The ideal size for this image is 68x51. This image does not require doubling its size if it only uses a solid background color.
Other Images
avatar - The image must be a PNG format. Avatar images should be 300x300badge - badge images should be 90x90bookmark icon - bookmark images should be 200x200course card - images should be 350x350Note from Agilix - "We recommend images to be twice as large as displayed. Currently, the Course Card is displayed at 175px by 175px. This means that I would recommend 350px by 350px"