Skip to content

ackoDotDev/360JQueryPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TreeSixtyImageRotate

jQuery plugin created for version 3.3.1

== Description ==

Features

  • Full 360° view
  • Multiple levels
  • Responsive design
  • Works on mobile devices
  • Zooming

How it work Loads images from provided directory and creates 360 image dispay with navigation

Installation is very easy just create one div element in you html file where do you want to display 360 images view, initialise TreeSixtyImageRotate with necessary data and you are good to go

Installation example

<title>Title</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="360ImageRotate.min.js"></script> <script> $( document ).ready(function() { $('.product').TreeSixtyImageRotate({ totalFrames: 36, endFrame: 36, currentFrame: 0, extension: ".png", imagesFolder: "images/prod1/", smallWidth: 400, smallHeight: 400, largeWidth: 800, largeHeight: 800, imagePlaceholderClass: "images-placeholder" }).initTreeSixty(); }); </script>

About

jQuery plugin for simulating 3d object from images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages