テーブルがあり、td タグ内に gif 画像があります。
<table id="wrapper">
<tr>
<td><img src="as.gif" width="auto" height="100%"></td>
</tr>
</table>
gif をビューポートの 100% にするために何千ものことを試しましたが、どういうわけか機能しません! ここに私のCSSがあります:
html, body, #wrapper {
height:100%; width: 100%; margin: 0; padding: 0; border: 0;
}
table {height:100%}
td {height:100%}
tr {height:100%}
#wrapper td {
text-align: center;
}