SharePoint Blogs / SharePoint University
SharePoint Blogs and SharePoint University - all in one place!
Need SharePoint Training? Attend a SharePoint Bootcamp!

Please delete cookies related to sharepointblogs.com and sharepointu.com to resolve login issues!

How to resize the thumbnails in a Picture Library

When you upload a picture to a picture library, SharePoint enables you to see the picture as a thumbnail and as a WebPreview (the image you see when you edit an image item). But sometimes you might want to control the size of the thumbnails and the WebPreview. I have currently not found any way to set the size of the thumbnail just using the browser, so I have been forced to go another way around it.

There are three ways to resize the thumbnails in a Picture Library.

1.     Change the xml definition of the Feature for the picture library.

2.     Use the object model to code a script to change the thumbnail size.

3.     Use the SharePoint Manager 2007 to change the thumbnail size directly.

When you change the size in the xml definition for the Picture Library Feature, every picture library will have this setting. This is a good solution but it can be a problem if you want different sizes on different picture libraries.

The other solution is to code a little script using the object model to do the trick for you. But this demands that you know how write code for SharePoint.

The last solution is to use the SharePoint Manager 2007 to change the size directly. This is easy done, takes no time and do not require any coding skills or knowing how to change the Picture Library feature.


Here is how it is done with the SharePoint Manager 2007

Find the picture library you want to change and select the ThumbnailSize property


Set the property to size in pixels.

Change also the WebImageHeight and WebImageWidth for resizing the WebPreview.


Hit the save button on the top left corner of the SharePoint Manager 2007.

Now refresh your browser and the images should be resized.


 

NB! Sometimes the pictures will not resize before you hare uploaded them to the Picture library again. This may be the case for an Image Library (a picture library is a different library compared to an image library).


Download SharePoint Manager 2007

A blog about SharePoint Manager 2007


Posted 01-27-2007 8:06 PM by Unclaimed Blog

Comments

Gonzalo wrote re: How to resize the thumbnails in a Picture Library
on 09-07-2007 10:45 AM

Excellent post!!

I have one question, how can i setup the filmstrip view as the default view??

Kooler wrote re: How to resize the thumbnails in a Picture Library
on 10-29-2007 10:31 AM

Is this program for web working only?

... wrote re: How to resize the thumbnails in a Picture Library
on 03-05-2009 6:28 PM

Gute Arbeit hier! Gute Inhalte.

Sergio Giusti wrote re: How to resize the thumbnails in a Picture Library
on 03-11-2009 8:23 AM

HI

Nice program and post.  I am trying to update the thumbnail image size of images in the Server/_catalogs/user/detail.aspx page which displays all users, i have found going into Sharepoint Manager 2007 under the home folder, lists, users and then fields the details in the schema show the thumbnail size as 62 x 62 which i want to change, which it lets me, it just wont save.  Any advice ?

Alpa wrote re: How to resize the thumbnails in a Picture Library
on 07-02-2009 1:16 AM

i want to knw how to get the original image once i click on the thumbnail image

Add a Comment

(required)  
(optional)
(required)  
Remember Me?
Need SharePoint Training? Attend a SharePoint Bootcamp!
Posts (c) their respective authors. Everything else (c) 2009 SharePoint Experts, Inc.