标签: photo image-resizing
在my website上,有些照片会调整大小,有些不会调整大小。我使用了这段代码:
<style> img { width: 100%; height: auto; } </style>
我正在使用IE-10。我如何调整所有照片的大小?