EE-downloader-v3/templates/camera_detail_partial.html

4 lines
196 B
HTML

<h3>Preview Image <i class="bi bi-card-image"></i></h3>
<h5>{{ template_values['camera'].name }}</h5>
<img src="/camera/{{ template_values['camera'].id }}/live_preview" style="max-height:360px;">