does anyone know how to make an Advanced Template force-resize an image to fit inside a cell, and not have it expand to accommodate the entire image?
for context, I have an image field in a record, and when printing, I'd like the image to fit within the boundaries of the cell in a table.
i've tried table-layout="fixed" and setting a width value to the <td> to no avail.