ページにたくさんの画像divsがあります。これらすべての画像を特定のサイズ (サムネイル サイズ) に変更するにはどうすればよいですか? 現在、すべての画像は元の大きなサイズで表示されます。できればCSSを使用して、divsそれらの中の画像タグを変更せずにこれらの画像のサイズを変更する方法はありますか?divs
<div class="ItemLeft">
  <div class="Clipping">        
    <a class="ImageLink" href="/videos/id8" title="galaxy">
      <img class="ItemImage" src="/Images/video8.jpg" alt="video 8" />
      <img class="OverlayIcon" src="/Images/1.png" alt="" />
    </a>
    <a class="DurationInfo" onmouseover="showDuration2(this);" onmouseout="hideDuration2(this);" href="/videos/id1234"><span class="Text">51:57</span></a>
  </div>
  <div class="Title"><a href="/videos/id8" title="galaxy">galaxy</a></div>
  <div class="VideoAge">1 daybefore</div>
  <div class="PlaysInfo"> broadcast 265</div>
</div>