threesixty-slider
threesixty-slider copied to clipboard
Using 360 in image tags
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.
Is this possible?
You can already do that using the imgArray tag in the options like so:
imgArray: [
"img1",
"img2",
"img3",
"...",
]