threesixty-slider icon indicating copy to clipboard operation
threesixty-slider copied to clipboard

Using 360 in image tags

Open stillworks opened this issue 9 years ago • 2 comments

Is it possible to use the 360 function with something like this:

 <div>
 <img 1 />
 <img 2 />
 <img 2 />
 <img 3 />
 <img 4 />
 </div>

Without using the imagePath with jquery.

stillworks avatar May 26 '15 14:05 stillworks

Is this possible?

gusdeboer avatar Jun 01 '15 10:06 gusdeboer

You can already do that using the imgArray tag in the options like so:

imgArray: [
"img1",
"img2",
"img3",
"...",
]

inluxc avatar Mar 04 '16 23:03 inluxc