Optional backgroundThe background color for the cells.
The default is ''.
Optional heightThe height of the image. Can be a percentage of the available space (e.g. '50%'), a number of pixels (e.g. '123px') or an empty string. If it's an empty string, it will respect the image size ratio depending on the width value Examples:
The default is '100%'.
Optional placeholderThe placeholder text while the cell is loading.
The default is '...'.
Optional textThe color for the drawing the placeholder text.
The default is '#000000'.
Optional widthThe width of the image. Can be a percentage of the available space (e.g. '50%'), a number of pixels (e.g. '123px') or an empty string. If it's an empty string, it will respect the image size ratio depending on the height value Examples:
The default is ''.
An options object for initializing an image renderer.