Page 1 of 1

Photo Preview for Photo library Edit

Posted: 28 Mar 2017
by metrovan
Hi,

How do I get the thumbnail preview for Edit form of a photo library? I don't see the option on the left.

I'd like to place the thumbnail on top of Title.
Capture.JPG
Capture.JPG (46.78 KiB) Viewed 4026 times
thanks.

Re: Photo Preview for Photo library Edit

Posted: 29 Mar 2017
by Dmitry Kozlov
Hi,
Put an HTML-control to the top of the form, switch CDATA property to False and insert the following content:

Code: Select all

<img src="{@EncodedAbsThumbnailUrl}" />