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.
None.
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")