Skip to content

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.

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:
PropertyTypeDefault valueDescription
placeholderstringThe "wiz-image" default placeholderA path or URL to the placeholder image to display when not provided in a target environment.