Appearance
wiz-user-photo
The wiz-user-photo component is designed to display an image dynamically. The component features adaptive behavior depending on the environment setting (the CLM value) and either displays a snippet identifier for user photos or a placeholder image.
wiz-user-photo leverages the wiz-image component to render the placeholder image.
Learn more about components
Usage
Markup:
vue
<wiz-user-photo :placeholder="'/path/to/alternative-placeholder.png'"></wiz-user-photo>In Veeva CLM, this renders a snippet for a user photo in the format, so the photo can be dynamically replaced during runtime.
Properties
The following properties are available:
| Property | Type | Default value | Description |
|---|---|---|---|
placeholder | string | The "wiz-image" default placeholder | A path or URL to the placeholder image to display when not provided in a target environment. |