Hi all. I’m trying to implement some random images on Xibo taken from my gallery based on Piwigo.
I have found this script (https://github.com/moy/piwigo-random) that works well on internet Explorer.
I have added embedded page with the code:
<span id="random_image">
<script type="text/javascript"
src="//www-verimag.imag.fr/~moy/piwigo-random-backend.php"
async>
</script>
</span>
I can see the random images on Layout Design and Preview Layout but when i try via Xibo Client it doesn’t work.
Any idea how can i get it working?
Thank you in advance!