I need to resize images not the size(kb) i mean dimensions..because it geing out of body if anyone upload big size pics..so want to make maximum width as 600 and height proportionally to width / keeping the aspect
i am using markdown edior
Thanx in advance
use css styles:
.entry-content img { max-width: 600px; border:1px solid #AAAAAA; }
The border is defined here, in case you link the images (gives thick blue border in IE).
from old answer / question: http://www.question2answer.org/qa/5589/image-auto-resize-function
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.