Hi,
Is there anyway to constrain the image to a reasonable size? some images that are uploaded exceed the size of my page and I only see part of them.
thanks
Hi,
Is there anyway to constrain the image to a reasonable size? some images that are uploaded exceed the size of my page and I only see part of them.
thanks
If you can edit your theme's CSS, you can target the images specifically with img.pfs-image, and set the width to either a pixel size (smaller than your content width) or 100%, which in most cases will limit it to the width of the content area.
The code you could use is:
img.pfs-image {
width:100%;
}Been working on it for several days and so far haven't gotten this to work. This add to the css has actually caused the plugin to crash.
Getting the image to resize has been a pain.
You must log in to post.