Title: [Plugin: Post From Site] image size
Last modified: August 20, 2016

---

# [Plugin: Post From Site] image size

 *  [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * (@deepbevel)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-post-from-site-image-size/)
 * 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/](http://wordpress.org/extend/plugins/post-from-site/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Kelly Choyce-Dwan](https://wordpress.org/support/users/ryelle/)
 * (@ryelle)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-post-from-site-image-size/#post-2315647)
 * 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%;
       }
       ```
   
 *  [Jra420](https://wordpress.org/support/users/jra420/)
 * (@jra420)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-post-from-site-image-size/#post-2315686)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/post-from-site_e7e7e7.svg)
 * [Post From Site](https://wordpress.org/plugins/post-from-site/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-from-site/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-from-site/)
 * [Active Topics](https://wordpress.org/support/plugin/post-from-site/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-from-site/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-from-site/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Jra420](https://wordpress.org/support/users/jra420/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-post-from-site-image-size/#post-2315686)
 * Status: not resolved