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.