thingiview.js
thingiview.js copied to clipboard
ignores thingiview.setRotation(false); on load
Also seems to ignore the thingiview.setRotation(false); and auto rotates to start anyways.
I am having the same problem...
I have added this code
setTimeout(function(){
thingiview.setRotation(false);
}, 500)
and seemed to stop the rotation for me