Is it possible to override, or maybe there is an method to reszie picture (in thumbnail view) to other size than 50px on 50px. Of course I don't mean resizize of o control but size of the generated preview. Thx.
I am trying to implement the thumbnail control but I can't seem to find any samples in the SDK nor the book.
Can you send a sample please?
Thanks
Victor
The thumbnail control is not documented, and not in the EPiServer.WebControls namespace. It will probably change or disappear in future versions of EPiServer.
However, no risk, no fun. Here is some code to do this using the util/image.aspx file, which will probably also disappear at some time. :-)
<%@ Page Language="C#" AutoEventWireup="true" Inherits="EPiServer.TemplatePage" %>
<%@ Import Namespace="EPiServer" %>
<%@ Import Namespace="EPiServer.FileSystem" %>
Untitled Page