Title: Image Auntomatically Resizes
Last modified: August 19, 2016

---

# Image Auntomatically Resizes

 *  Resolved [joseppi04](https://wordpress.org/support/users/joseppi04/)
 * (@joseppi04)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/image-auntomatically-resizes/)
 * I’ve noticed that WordPress seems to resize images that are linked via URL.
 * I am trying to make pages for comics and they have to be a certain size so you
   can read the text. I have the images in folders in my FTP and I am using a javascript
   to allow users to go to next page/previous page. So the media gallery really 
   isn’t an option for this.
 * But when I input the URL for the image, it scales it down a bit. There is no 
   reason for it to do this as I am using a “no sidebar” template.
 * So what I’m asking is, “Is there any way that I can post an image via URL and
   keep it it’s original size?”

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/image-auntomatically-resizes/#post-1434400)
 * A link to a page demonstrating the problem would help.
 *  Thread Starter [joseppi04](https://wordpress.org/support/users/joseppi04/)
 * (@joseppi04)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/image-auntomatically-resizes/#post-1434413)
 * The layout is far from done but here’s the page.
 * [http://thesoniczone.net/wp/comics/example-comic/](http://thesoniczone.net/wp/comics/example-comic/)
 * The comic should be much wider than that.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/image-auntomatically-resizes/#post-1434417)
 * Your theme’s stylesheet is limiting the width of the displayed images to 580px
   wide:
 *     ```
       wpn_news .wpn_post img {
       background:#222;
       border:1px solid #5E5E5E;
       max-width:580px;
       padding:1px;
       }
       ```
   
 * Try removing the `max-width:580px;` line or increasing it to 900px.
 *  Thread Starter [joseppi04](https://wordpress.org/support/users/joseppi04/)
 * (@joseppi04)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/image-auntomatically-resizes/#post-1434443)
 * Thank you so much esmi! That was exactly what I needed to do.

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

The topic ‘Image Auntomatically Resizes’ is closed to new replies.

## Tags

 * [images](https://wordpress.org/support/topic-tag/images/)
 * [resize](https://wordpress.org/support/topic-tag/resize/)
 * [url](https://wordpress.org/support/topic-tag/url/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [joseppi04](https://wordpress.org/support/users/joseppi04/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/image-auntomatically-resizes/#post-1434443)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
