htmx/frontend/templates/partials/viewer.html

14 lines
462 B
HTML

<div class="w-full flex flex-col gap-2">
<div class="flex items-center justify-between px-1">
<span class="text-sm text-base-content/50">
Nuage actif : <code>{{ pc_id }}</code>
</span>
<a href="{{ embed_url }}" target="_blank" class="btn btn-ghost btn-xs">↗ Plein écran</a>
</div>
<iframe
src="{{ embed_url }}"
class="w-full rounded-lg border border-base-300"
style="height: 680px;"
allowfullscreen
></iframe>
</div>