|
Primary Image
- File name: {{ object.file.name }}
- Orientation: {% if object.width > object.height %}Horizontal{% elif object.width == object.height %}Square{% else %}Vertical{% endif %}
- Dimensions: {{ object.width }}x{{ object.height }}
- Photo ID: {{ object.id }}
|
Custom Thumbnails
{% for csize in object.custom_sizes.all %}
- {{ csize.width }} × {{ csize.height }}
{% empty %}
- No Custom Sizes
{% endfor %}
|