We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400f2a1 commit ae17ef8Copy full SHA for ae17ef8
src/routes/+page.svelte
@@ -9,7 +9,8 @@
9
<img
10
src="{base}/images/lightbox.png"
11
alt="Screenshot of mRemoteNG interface"
12
- style="max-width:600px;width:100%;height:auto;display:block;margin:0 auto;"
+ style="max-width:800px;width:100%;height:auto;display:block;margin:0 auto;"
13
+ loading="lazy"
14
>
15
</p>
16
</section>
0 commit comments