DocumentationDynamic Media Viewers Reference Guide

setAsset

November 6, 2021
  • Topics:
  • Dynamic Media Classic,Viewers,SDK/API,Zoom

CREATED FOR:

  • Developer
  • User

JavaScript API reference for Basic Zoom Viewer.

setAsset( *asset*)

asset

{ String} new asset id, with optional IS modifiers appended after "?"

Images that use IR (Image Rendering) or UGC (User-Generated Content) are not supported by this viewer.

Sets the new asset. You can call this parameter at any time, either before or after init(). If it is called after init(), the viewer swaps the asset at runtime.

See also init.

Returns

None.

Example

Single image reference:

<instance>.setAsset("Scene7SharedAssets/Backpack_B")

Sharpening modifier added to all images in the set:

<instance>.setAsset("Scene7SharedAssets/Backpack_B?op_sharpen=1")
recommendation-more-help
b7426f53-aad9-4c00-83fc-664f30f681e8