Skip to main content

Apply Size Specifications to Photos

When adding photos to reports, you can apply specifications in pixels or inches to control the size of the photos in the report.

Key Notes

  • You can add specifications to any image data tag by adding the size specifications within the data tag

    • Example without size specifications: {{ property_photo }}

    • Example with size specifications: {{ property_photo_size_[4in]_x_[3.5in] }]

  • You can use any length unit of measure that works with HTML including inches (in), centimeters (cm) and pixels (px). To see the full list, check out the MDN documentation on lengths.

Did this answer your question?