Dynamically load pictures from Salesforce into your documents. Linked to records, eg products. Multiple linked to a single record, eg case. And the super complex stuff to add APEX to get exactly what you want.
There are 4 ways to scale an image:
NONE: the image will be placed inside the placeholder and keep the exact height and width of the placeholder. If this image does not have the same size as the placeholder, it will be stretched or squeezed to make it fit.
BY WIDTH: the width of the placeholder will be kept to fit the image. The height is automatically recalculated
BY HEIGHT: the height of the placeholder will be kept to fit the image. The width is automatically recalculated
CONTAIN: the image will always be contained inside the placeholder like in option “NONE” but in this case the height or width will be adjusted so the image scales correctly.
Product pictures (not complex):
Case pictures (medium complex):
Logo pictures (very complex):
Optimize your pictures for size: