Run Image resizing is answer of this Question.
In shortcode one has to pass attachment url or attachment id with width and height for which he she want to resize at run time.
If one want in return value then he she must pass paramater return='image Shortcode otherwise it will return URL..
One can resize the image and also get resized image at same place..
Image URL Pass Image url which you want to resize..
Attach id Pass the id of the image, image which you want to resize..
PictureQuality Pass the integer value out of 100, which set Quality of image after resize it..
By default it will give resized URL...
In which format should I pass parameter with shortcode. imgurl = URL of the image . attach id = ID of the attachment . picquality = Qaulity value . width = . height = . return = ...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more