Support » Plugin: Post From Site » [Plugin: Post From Site] image size

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kelly Choyce-Dwan

    (@ryelle)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Post From Site] image size’ is closed to new replies.