Okay, I pretty much explained it in the title, but here we go.
I have been messing around with a wordpress theme to get it to fit my needs, however, I ran into a problem. The images in the posts cover up my sidebar as they are too large.
What I would like to do, is to resize all images that are too wide, but leave the others as they are.
So in pseudo code...
Can anyone help me out?
I have been messing around with a wordpress theme to get it to fit my needs, however, I ran into a problem. The images in the posts cover up my sidebar as they are too large.
What I would like to do, is to resize all images that are too wide, but leave the others as they are.
So in pseudo code...
Code:
If
image is over xxx pixels,
set the width to 100%
else
nothing
Can anyone help me out?