can entry content images be sized by percentages instead of pixels? so they can resize proportionately based on the size of the browser window?
Like on this Tumblr Page
can entry content images be sized by percentages instead of pixels? so they can resize proportionately based on the size of the browser window?
Like on this Tumblr Page
In theory, you could do this via CSS, yes but not via WordPress itself.
would this be done via the div that tends to the images in my post?
img.alignright {
float: right;
margin: 0px 5px 0px 10px;That CSS won't change the displayed image size.
You must log in to post.