thumbnail Image

Posted by Community Admin on 03-Aug-2018 12:37

thumbnail Image

All Replies

Posted by Community Admin on 05-Jan-2011 00:00

Hi,

I saw this post of sitfinity 3.0 :
www.sitefinity.com/.../single-image-thumbnail.aspx

I need something like :

<img sfref="[Libraries]c2324561-bcd4-4978-a63c-ceedb1fe8350" src="/EmptyProject/Images/Desert.sflb.ashx?width=150&amp;height=150" alt="text" />

What i need is to be able to generate a thumbnail of one image that is not in one library.
I there any solution out of the box in the version 4.0 or i have to use may one .ashx ?

Posted by Community Admin on 05-Jan-2011 00:00

Hi JV,

There are also built-in QueryString keys that you can use in Sitefinity 4.0. There is also a class Telerik.Sitefinity.Modules.Libraries.Images.ImagesHelper which you can use to generate thumbnails manually by passing the System.Drawing.Image object. Another option is using LibraryDataProvider and its GenerateThumbnails method.

Best wishes,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed