remove loading=lazy and fix messaging icon/text #7328

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2025-10-31 21:52:54 +00:00
parent 0a9d718b1d
commit 6df2c7b76b
8 changed files with 55 additions and 55 deletions

View File

@@ -402,7 +402,7 @@
<table>
<tr>
<td valign="top" style="width:50px">
<img src="images/info.png" loading="lazy" width="47" height="48" />
<img src="images/info.png" width="47" height="48" />
</td>
<td>
<div id="getStarted1">To get started, <a href=# onclick="return account_createMesh()"><strong>click here to create a device group</strong></a>.</div>
@@ -428,7 +428,7 @@
<div id="p2title"><h1>My Account</h1></div>
<div id="p2info" style="overflow-y:auto">
<div id="p2AccountImageFrame">
<img id="p2AccountImage" alt="" loading="lazy" width="128" height="128" onclick="account_manageImage(0)" src="images/user-256.png" />
<img id="p2AccountImage" alt="" width="128" height="128" onclick="account_manageImage(0)" src="images/user-256.png" />
<div><a onclick="account_manageImage(0)">Change image</a></div>
</div>
<div id="p2AccountSecurity" style="display:none">
@@ -1114,7 +1114,7 @@
</td>
<td style=width:20px></td>
<td style=width:200px;position:relative valign=top>
<img id="p30userAuthServiceLogo" loading="lazy" style="display:none" class=userAuthStrategyLogo width=64 height=64>
<img id="p30userAuthServiceLogo" style="display:none" class=userAuthStrategyLogo width=64 height=64>
<picture id=MainUserImage style="display:none;border-width:0px;height:200px;width:200px;float:right" onclick="account_manageImage(1)">
<source type="image/webp" width=200 height=200 srcset="images/webp/user-256.webp" />
<img alt="" width=200 height=200 src=images/user-256.png />