Skip to content

Commit 7300da8

Browse files
authored
Update README.md
1 parent e75069a commit 7300da8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,24 @@ pdt360DegViewer('car0', 51, './img/', 'png', true, true, false, false, false, fa
1717
buttonNavigation, keyNavigation, scroll);
1818

1919
//imgDivid--> ID of div on which img is going to append. Ex: 'car'
20+
2021
//count--> number of images to be displayed in 3D Product Viewer. Ex: 18
22+
2123
//path--> path of the image (without file name). Ex: './img/car/'
24+
2225
//imgType--> extension of the image file name. Ex: 'png', 'jpg', 'gif'
26+
2327
//playable--> enables play/pause/stop/diretcion/speed option with control buttons
28+
2429
//autoPlay--> start autoplaying images, if set to true
30+
2531
//drag--> enables drag over image, if set to true
32+
2633
//mouseMove--> enables mouse move over image, if set to true
34+
2735
//buttonNavigation--> enables buttonNavigation, if set to true
36+
2837
//keyNavigation--> enables keypress navigation, if set to true
38+
2939
//scroll--> enables scroll over image, if set to true
3040
```

0 commit comments

Comments
 (0)