This topic contains 0 replies, has 0 voices, and was last updated by JenniferWallar 6 years, 11 months ago.

  • Author
    Posts
  • #1899 Score: 0

    JenniferWallar
    • Contributions: 0
    • Level 1

    I have created a custom transaction field where type=image. We upload images of various sizes and types. I am trying to add the image to and Advanced template and have tried: < #if record.custbody_proposal_drawing?length != 0>${record.custbody_proposal_drawing}, ${record.custbody_proposal_drawing}, , and . I added the following to the CSS to account for various image size:

    table.image td {

    vertical-align: text-top;

    max-width: 100%;

    height: auto;

    }

    Any ideas how I can get this image field to pull into the template and control the sizing via css?

    Thank you,

    Jennifer
    This is a cached copy. Click here to see the original post.

You must be logged in to reply to this topic.