Workflow template format : Image format

Hi, I’m creating a pdf report with a workflow.
I have a html template, but I can’t figure how I can precisly change the size of a thumbmail.
I already used the “Workflow template format : Image format” which is already set to tiny, but it’s not precise enough.
Is there a specific way to modify the size of it?
Thanks in advance.
Erwan

Solved Solved
1 6 1,385
1 ACCEPTED SOLUTION

I found the solution. To set the size of an image I needed to set in Behavior, format rules, Workflow template format : Image format to text.

Then use the in HTML like so:

<img src="<<ICON>>" class="icon">

.icon {
width: 10px;
height: 10px;
}

View solution in original post

6 REPLIES 6
Top Labels in this Space