{% load wlimages_extras %} {% for img in images %}
Name: | {{ img.name}} |
---|---|
Properties: Width: {{ img.image.width }} px Height: {{ img.image.height }} px Filesize: {{ img.image.size|filesizeformat }} | |
Code to use in article: | {# Show only one code snippet if the image is greater than 700px #} {% if img.image.width > 700 %}[]({{ img.image.url }}) |  |
Right aligned: | {: .right} |
Left aligned: | {: .left} |
!! Could not find the file for this image !! {{ img.image.name}} Please inform an admin about this issue |