mirror of
https://github.com/screentinker/screentinker.git
synced 2026-05-15 07:32:23 -06:00
Landing: replace iframe mock with dashboard screenshot
Swaps the live-app iframe for a static PNG of the Displays view. Faster load, no auth flash, looks sharp. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
3476f2b7e7
commit
ea80d3aca5
BIN
frontend/assets/dashboard-preview.png
Normal file
BIN
frontend/assets/dashboard-preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
|
|
@ -178,11 +178,9 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Screenshot placeholder -->
|
<!-- Dashboard preview -->
|
||||||
<div class="screenshot">
|
<div class="screenshot">
|
||||||
<div class="mock">
|
<img src="/assets/dashboard-preview.png" alt="ScreenTinker dashboard showing 4 online displays with playlist assignments" loading="lazy">
|
||||||
<iframe src="#/" style="width:100%;height:100%;border:none;border-radius:12px;pointer-events:none" loading="lazy"></iframe>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Features -->
|
<!-- Features -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue