Forums

Post From Site
image size (3 posts)

  1. deepbevel
    Member
    Posted 8 months ago #

    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

    http://wordpress.org/extend/plugins/post-from-site/

  2. ryelle
    Member
    Posted 8 months ago #

    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%;
    }
  3. Jra420
    Member
    Posted 7 months ago #

    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.

Reply

You must log in to post.

About this Plugin

About this Topic