私のホームページにはこのようなリンクがあります -- 全部で 12、12 の言語すべてに 1 つのフラグです。height= と width= を実行するだけではうまくいかないことに気付いたので、SE の投稿に従って、次のような画像リンクを作成しました。
<asp:Image ID="Image8" runat="server" ImageUrl="~/images/flagen.png"
style="height:15px; width:26px;"
tooltip="View this website in English" title="View this website in English"/>
<asp:Image ID="Image7" runat="server" ImageUrl="~/images/flagde.png"
style="height:15px; width:26px;"
tooltip="View this website in Deutsch" title="View this website in Deutsch"/>
また、バナーの画像サイズを指定していないことも示されています。
<asp:HyperLink ID="HyperLink1" runat="server" ImageUrl="~/images/logoussbanner.png"
style="height:81px; width:960px;" NavigateUrl="~/" target="_self"
meta:resourcekey="HyperLink1Resource1"></asp:HyperLink>
しかし、GT Metrix テストを実行すると、画像のサイズを指定していないというメッセージが表示されます。これらを通常の html 画像に変更する必要がありますか、それとも何か間違っていますか? どんな助けでも大歓迎です!