質問

I want to show full size picture in slideshow web part in SharePoint 2010. but SharePoint shows images from /_w folder of picture library which are not original and full size images. I have found very useful link on stack exchange here to show original images instead of showing images from /_w folder.

I have implemented that but the problem is if I have multiple picture slideshow web parts on same page, then it only works for first slider for first time. It is not working for remaining sliders.

Any help is appreciated. Thank you.

役に立ちましたか?

解決

You could try to add add a setTimeout() menthod in the end:

setTimeout(SlideshowObjectInitializer, 500);
ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top