How to: Resize Images from Fields
This page will instruct how to resize images in a rich text field.
Last updated
Was this helpful?
Was this helpful?
{{{!Opportunity.Rich_text__c replaceAll='#LT#img ,#LT#img height="50px" width="100px" '}}}replaceall="<img ,<img style='width:100px'"><table>
<tbody>
<tr>
<th class="table498header">image test</th>
</tr>
</tbody>
<tbody style="page-break-inside: avoid !important; page-break-before: auto !important;"><!--{{!
<lineitemsSOQL>
<class>none</class>
<listname>opportunity</listname>
<soql>select rtfimage__c from opportunity where accountid = '{{!account.id}}'</soql>
<column type="rtf" replaceall="<img ,<img style='width:100px'">rtfimage__c</column>
</lineitemsSOQL>
}}-->
</tbody>
</table>