我的主頁上有這樣的鏈接 - 全部12個,所有12種語言都有1個標誌。我意識到,只是做了高度=和寬度=沒有工作,所以我也跟着SE後搞得像這樣我的圖片鏈接:爲什麼速度測試表明我沒有在我的asp.net網站上指定我的asp:圖像尺寸?
<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 test,還在說我不指定我的圖像尺寸。我應該改變這些常規的HTML圖像,還是有什麼我錯了?任何幫助將不勝感激!
謝謝Arisos。我在asp.net 4.0上。我認爲就旗幟而言,因爲它們都是26 x 15,我只需在asp:image標籤中添加一個CssClass,然後在樣式表中放置一個.flags,然後查看它是否有效。我感謝您花時間回覆我的問題! –