This code option creates a JVphotocube on any page using images from your File Vault (or anywhere else).
<div id="JVphotocube">images appear here</div>
<script>
var JVphotocube=[
"https://www.classcreator.com/..your file vault../sampleImage1.jpg", // sample image location
... followed by all the other image links stored ..
"https://www.classcreator.com/..your file vault../lastSampleImage.jpg" // last one does not have , at end
];
</script>
<script src="https://www.classcreator.com/000/7/7/0/13077/userfiles/file/html/JVphotocube.js?display=2&responsive=1"></script>