Hi. Since my layout does not fit 1024 x 768 (it was designed for 1284), I created another css that would fit 1024 resolution.
However, I need to replace images with smaller size. It was only index, a few images.
I cannot reduce the image size with css because it would cut half the side.
Can css assign images?
for example, pure html
<img class="hover" src="images/photography.jpg" alt="">
May css assign this jpg for this class???