• Afternoon all, on my home page i have boxes for images with a width and height of 500×300, i am wanting the box to become act as a cropping box, so if the image is 500×500, it crops off the additional 200px on the height.. is there anything i can use to do this?
    thanks
    Dan

Viewing 1 replies (of 1 total)
  • without seeing your site or theme, best guess is:
    change the style of your images to:
    img { max-widht:500px; max-height:300px; overflow:hidden; }

Viewing 1 replies (of 1 total)
  • The topic ‘Cropping Images’ is closed to new replies.