Good day everyone,
I have been trying for a moment to include a slideshow on my SharePoint Homepage where I can click on the image and it brings me to a website/different URL than just displaying a bigger version of the picture. The slideshow image Web part displays great
pictures in loop but you cannot change the URL when you click on the image.
My temporary solution was to create a PowerPoint presentation with my images, insert an URL when I click on the picture then, embed a PowerPoint code (using PowerPoint Online/File/Share/Embed Code). I then used a Script Editor Web part and paste the embed
code in it, and it works.
<iframe src="https://******/_layouts/15/WopiFrame.aspx?sourcedoc={85e7cce2-919****97906464eb05}&action=embedview&wdAr=1.7777777777777776&wdEaa=1" width="610px" height="367px" frameborder="0">This is an embedded <a target="_blank" href="https://office.com">Microsoft
Office</a> presentation, powered by <a target="_blank" href="https://office.com/webapps">Office Online</a>.</iframe>
With this code, my slide changes by itself. My problem is the slide stops at the end and does not play in loop. I tried to activate the loop mode in the desktop version of Powerpoint but it does not work either.
Is there a way to make this working, or is there a HTML option/attribute I can add so it loops by itself like we usually do with videos ex. loop=autoplay
Thank you and have a good day