{% include "wagtailadmin/shared/field_as_li.html" with field=form.filter_method %}
<li>
<ulclass="field-row">
{% include "wagtailadmin/shared/field_as_li.html" with field=form.width li_classes="field-col col4" %}
{% include "wagtailadmin/shared/field_as_li.html" with field=form.height li_classes="field-col col4" %}
{% include "wagtailadmin/shared/field_as_li.html" with field=form.closeness li_classes="field-col col4" %}
</ul>
</li>
</ul>
</form>
<h2class="icon icon-link">{% trans "URL" %}</h2>
<textareaid="result-url"rows="1"></textarea>
<h2class="icon icon-view">{% trans "Preview" %}</h2>
<div>
<divclass="loading-mask inline-block">
<imgclass="preview"src=""alt="Preview"/>
</div>
</div>
<pid="note-size"class="help-block help-warning">{% trans "Note that images generated larger than the screen will appear smaller when previewed here, so they fit the screen." %}</p>