if it possible to resize an image, using the CSS3 resize property? I noticed it is for block elements, but is there any workaround or possible solution?
I know I might use the jQuery UI resizable plugin but I would like to apply this CSS3 technique.
Thanks
I don’t believe you can use CSS3 resize on images. The documentation states:
You can however, place an image inside of a div that is made the same size as your image and apply the CSS3 resize to that.