FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Jeya-Prakash/3D-Product-Viewer-JavaScript-Plugin: 360 Degree Product Viewer using plain JavaScript : Demo--> · GitHub

Latest commit

 

History

58 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Product Viewer JavaScript Plugin

360 Degree Product Viewer using plain JavaScript

Live Demo

http://goo.gl/C4tfs9



Options:

pdt360DegViewer('car0', 51, './img/', 'png', true, true, false, false, false, false, false);    
//pdt360DegViewer(imgDivid, count, path, imgType, playable, autoPlay, drag, mouseMove, 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

Note:


File Name should be in the form of "1.jpg"/"1.png" starting from 1 to total number of images
Example: 1-18(1.jpg, 2.jpg, 3.jpg.....17.jpg, 18.jpg).
File extension can be anything- jpg,gif,png,svf

About

360 Degree Product Viewer using plain JavaScript : Demo-->

Topics

Resources

Stars

101 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL