Skip to content

Commit ae17ef8

Browse files
committed
fix image size
1 parent 400f2a1 commit ae17ef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/+page.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<img
1010
src="{base}/images/lightbox.png"
1111
alt="Screenshot of mRemoteNG interface"
12-
style="max-width:600px;width:100%;height:auto;display:block;margin:0 auto;"
12+
style="max-width:800px;width:100%;height:auto;display:block;margin:0 auto;"
13+
loading="lazy"
1314
>
1415
</p>
1516
</section>

0 commit comments

Comments
 (0)