문제

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