Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeya-Prakash authored Jan 4, 2018
1 parent e75069a commit 7300da8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,24 @@ pdt360DegViewer('car0', 51, './img/', 'png', true, true, false, false, false, fa
buttonNavigation, keyNavigation, scroll);

//imgDivid--> ID of div on which img is going to append. Ex: 'car'

//count--> number of images to be displayed in 3D Product Viewer. Ex: 18

//path--> path of the image (without file name). Ex: './img/car/'

//imgType--> extension of the image file name. Ex: 'png', 'jpg', 'gif'

//playable--> enables play/pause/stop/diretcion/speed option with control buttons

//autoPlay--> start autoplaying images, if set to true

//drag--> enables drag over image, if set to true

//mouseMove--> enables mouse move over image, if set to true

//buttonNavigation--> enables buttonNavigation, if set to true

//keyNavigation--> enables keypress navigation, if set to true

//scroll--> enables scroll over image, if set to true
```

0 comments on commit 7300da8

Please sign in to comment.