{% extends "base.html" %} {% block body %}

Conversion

Paste in a permitted link to test conversion to thumbnail, and optionally a JavaScript viewer for a relevant type.

Foreign resource
x
Viewer

Code

<img
    src="{{ thumb_src }}"
    width="{{ form.thumb_width }}" height="{{ form.thumb_height }}"
    omnic-thumb {% if viewer_src %}
    omnic-viewer="{{ form.viewer_type }}"
    omnic-viewer-src="{{ viewer_src }}" {% endif %}
/>
{% if ext %} {{ ext }} {% endif %}

Workers

{% include "workers.html" %}
{% endblock body %}