Tagged Questions
0
votes
2answers
130 views
Overriding function in imglib.js
My question is regarding a default SharePoint imglib script. The script is located in following folder: 14\TEMPLATE\LAYOUTS\1033\imglib.js
The script has a function called: GenerateFooterContent(f, ...
4
votes
1answer
202 views
Previewing Non-Standard Images in Picture Library
I am trying to create a picture library that will allow users of the site to store picture documents as well as preview them.
If a image that is, what I would call standard (.jpg, .gif etc.), is ...
0
votes
2answers
1k views
Auto-refresh image library contents in web part
I am loading an image into a <div> tag from an image library. I want to to refresh this <div> tag every 10sec so that new images uploaded can be seen.
Is there any good solution?
0
votes
3answers
1k views
How do I use custom code to rotate images from an image library?
How do I rotate images from an image library on a SharePoint page? I want to do this using custom code not jQuery though. I'm using C#.
Anyone have an idea?