getThumbSettings
- Ariadne >
- Library >
- Ariadne 2.2 >
- Manuals >
- Programmers Reference >
- Classes >
- Photo >
- PINP Methods >
(array) getThumbSettings()
Retrieves the thumbnail settings, as defined in the photobook.
getThumbSettings() retrieves the thumbnail settings, as defined in the photobook, from the parents of the current object. This can then be used to generate thumbnails according to the these settings.
The function returns an array with the following entries:
| Entry | Description |
|---|---|
| $width | The width of the thumbnail, in pixels. |
| $height | The height of the thumbnail, in pixels. |
| $color | The color of the thumbnail background, in hexadecimal html colorcodes. |

