Question

I am really new in the sharepoint 2013 environment and I want to create a slideshow of pictures I put in a picture library. I manage to create one with the Picture Library Slideshow Web Part but I'm having a hard time customizing it like the picture shown is not the original size, it is positioned to the left part of the page and so on. So Is there a way to create a slideshow of images by coding it? or if not is there a way to edit the picture slideshow web part I created.

Thanks!

Was it helpful?

Solution

OOTB Picture Library SlideShow WebPart is known for having trouble with spacing and customisation even if you set the height and width it doesn't render properly. You will need to add additional CSS (you can add a content editor web part and add CSS) to customise size and style. Have a look this (although for 2010, but approach would be the same i.e. finding an appropriate ID through F12 developer tools.

I would prefer Image Slider with SharePoint 2013 Search Results Web Part over the OOTB SlideShow webpart.

OTHER TIPS

You can certainly style your slideshow size and positioning with additional css styles or code a custom slideshow with JavaScript snippets available on the web.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top