Title: stop image resizing
Last modified: November 27, 2016

---

# stop image resizing

 *  Resolved [dormaj](https://wordpress.org/support/users/dormaj/)
 * (@dormaj)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/stop-image-resizing/)
 * on my page [http://www.crossfitloudoun.com/pricing-sign-up/](http://www.crossfitloudoun.com/pricing-sign-up/)
   the image added as full size (930 x 1296) but the theme is automatically resizing
   it to 550 x 766.
 * How can I turn this off?
 * this is the page edit text for the image:
 * <imgg src=”[http://www.crossfitloudoun.com/wp-content/uploads/2016/07/Passes3.jpg&#8221](http://www.crossfitloudoun.com/wp-content/uploads/2016/07/Passes3.jpg&#8221);
   alt=”passes3″ width=”930″ height=”1296″ />
 * Thanks!
    -  This topic was modified 9 years, 6 months ago by [dormaj](https://wordpress.org/support/users/dormaj/).
    -  This topic was modified 9 years, 6 months ago by [dormaj](https://wordpress.org/support/users/dormaj/).
    -  This topic was modified 9 years, 6 months ago by [dormaj](https://wordpress.org/support/users/dormaj/).

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

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/stop-image-resizing/#post-8487349)
 * Hello dormaj,
 * Please replace function.php file with the given code [here](http://pastebin.com/Sc5fx2zn).
 *  Thread Starter [dormaj](https://wordpress.org/support/users/dormaj/)
 * (@dormaj)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/stop-image-resizing/#post-8488634)
 * I replaced functions.php (not function.php) in the enigma-parallax theme directory.
   No change. I inspect the image and the resize is still being applied.
 * Your thoughts?
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/stop-image-resizing/#post-8491564)
 * Please reupload your images.
 * Or
 * go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general
   Options.
 * Now, copy below code and paste into Custom CSS.
 *     ```
       @media(min-width:1200px){
       .enigma_blog_post_content img {
           width: 930px !important;
       }
       }
       ```
   
 * Thanks.
 *  Thread Starter [dormaj](https://wordpress.org/support/users/dormaj/)
 * (@dormaj)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/stop-image-resizing/#post-8493699)
 * Thanks! That CSS works.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/stop-image-resizing/#post-8496139)
 * Your most welcome dor.

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

The topic ‘stop image resizing’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/enigma-parallax/7.71/screenshot.
   png)
 * Enigma Parallax
 * [Support Threads](https://wordpress.org/support/theme/enigma-parallax/)
 * [Active Topics](https://wordpress.org/support/theme/enigma-parallax/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/enigma-parallax/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/enigma-parallax/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/stop-image-resizing/#post-8496139)
 * Status: resolved