Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
themeEclipse
titleCorrect widget code example
<iframe
	name="Cutwise Player"
	width="640"
	height="640"
	sandbox="allow-same-origin allow-scripts allow-orientation-lock allow-pointer-lock allow-presentation"
	src="https://cutwise.com/widget/video/6_T898?size=640&sp=51&autoplay=1"
	allowfullscreen
></iframe>

Parameters

Parameter nameAvailable valuesDefaultSampleDescription

PRODUCT_CID


https://cutwise.com/widget/video/6_T898

Stone Concatenated ID to embed. You can see it in cutwise diamond page URL: https://cutwise/diamond/6_T898

PRODUCT_ID included two parameters: <vendorid>_<stoneid>. If value has the symbol "/" – you need use "%2F" value, for example:

<vendorid> = 6

<stoneid> = T8/98

PRODUCT_CID = 6_T8%2F98

Link for embedding = https://cutwise.com/widget/video/6_T8%2F98

AUTOPLAY

1, 0

0

...&autoplay=1&...

This parameter specifies whether the initial video will automatically start to play when the player loads.

MEDIA_SIZE

320, 480, 640, 960

480

...&size=480&...

Size of a player block should corresponds to iframe size

SETUP_PRESET_ID

integer ID

first video on diamond page

...&sp=43&...

This parameter specifes what video will be played for current PRODUCT_CID.

Currently supported video are (only if this video available on product page):

SetupPreset IDSetupPreset Title
1
Full Rotation (Girdle)
ViBox Vertical 360
2
Full Rotation (Pavilion)
ViBox 360
3ViBox Vertical Swinging
(Girdle)
4
Swinging (Pavilion)
ViBox Swinging
5ViBox Fire Mono
6ViBox Office Mono
21ViBox Fire
Light 8-Video
22ViBox Office
Light 8-Video
23Darkfield Swinging (Crown
)24Brightfield Swinging (Pavilion
)
25
Darkfield Swinging (Pavilion)
28
Gyroscope
ViBox Fire
Video
Gyro
32Darkfield Gyro
33Vibox Fire Gyro
Fire
2D
34ASET White 8-Video35Fluorescence 8-Video36White Dome 8-Video40
38Fluorescence Live Photo
41Office Live Photo
43DiBox 2.0
Office 8-Video43DiBox 2.0 Fire 8-Video Stereo
Fire
44Fire Live Photo
45DiBox 2.0 Office
8-Video Stereo
46
47ASET Black
8-Video48DiBox 2.0 Darkfield Crown 8-Video51
Live Photo
51Darkfield
53Pavilion Color Lab Live Photo
60Brightfield
DiBox 2.0 Darkfield Crown 8-Video Stereo

Cutwise Widget Versions History

...